Flamazing Pink
#fe6fff
Flamazing Pink, represented by the hex value #fe6fff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fe6fff | |
|---|---|---|
| RGB | rgb(254, 111, 255) | |
| HSL | hsl(300, 100%, 72%) | |
| CMYK | cmyk(0%, 56%, 0%, 0%) | |
| LAB | lab(69, 68, -46) | |
| OKLCH | oklch(0.77 0.238 327) |
Color harmonies
Tints & shades
Code snippets
color: #fe6fff;
background-color: #fe6fff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFFE6FFF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.44, blue: 1.00, alpha: 1.0)