Pink Hysteria
#fe01b1
Pink Hysteria, represented by the hex value #fe01b1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fe01b1 | |
|---|---|---|
| RGB | rgb(254, 1, 177) | |
| HSL | hsl(318, 99%, 50%) | |
| CMYK | cmyk(0%, 100%, 30%, 0%) | |
| LAB | lab(57, 87, -21) | |
| OKLCH | oklch(0.66 0.278 348) |
Color harmonies
Tints & shades
Code snippets
color: #fe01b1;
background-color: #fe01b1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFE01B1)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.69, alpha: 1.0)