Shocking Pink
#fe02a2
Looking for the precise values behind Shocking Pink (#fe02a2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fe02a2 | |
|---|---|---|
| RGB | rgb(254, 2, 162) | |
| HSL | hsl(322, 99%, 50%) | |
| CMYK | cmyk(0%, 99%, 36%, 0%) | |
| LAB | lab(56, 85, -13) | |
| OKLCH | oklch(0.66 0.271 352) |
Color harmonies
Tints & shades
Code snippets
color: #fe02a2;
background-color: #fe02a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFE02A2)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.01, blue: 0.64, alpha: 1.0)