Prickly Pink
#f42c93
Prickly Pink is a color with the hex code #f42c93. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f42c93 | |
|---|---|---|
| RGB | rgb(244, 44, 147) | |
| HSL | hsl(329, 90%, 56%) | |
| CMYK | cmyk(0%, 82%, 40%, 4%) | |
| LAB | lab(56, 77, -6) | |
| OKLCH | oklch(0.65 0.242 356) |
Color harmonies
Tints & shades
Code snippets
color: #f42c93;
background-color: #f42c93;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFF42C93)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.17, blue: 0.58, alpha: 1.0)