Flaming Hot Flamingoes
#ff005d
Flaming Hot Flamingoes, represented by the hex value #ff005d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff005d | |
|---|---|---|
| RGB | rgb(255, 0, 93) | |
| HSL | hsl(338, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 64%, 0%) | |
| LAB | lab(55, 82, 26) | |
| OKLCH | oklch(0.64 0.255 13) |
Color harmonies
Tints & shades
Code snippets
color: #ff005d;
background-color: #ff005d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF005D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.36, alpha: 1.0)