Shocking Rose
#ff006a
Shocking Rose, represented by the hex value #ff006a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff006a | |
|---|---|---|
| RGB | rgb(255, 0, 106) | |
| HSL | hsl(335, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 58%, 0%) | |
| LAB | lab(55, 83, 19) | |
| OKLCH | oklch(0.64 0.256 9) |
Color harmonies
Tints & shades
Code snippets
color: #ff006a;
background-color: #ff006a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF006A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.42, alpha: 1.0)