Brutal Pink
#ff00bb
Here's everything about the color Brutal Pink (#ff00bb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff00bb | |
|---|---|---|
| RGB | rgb(255, 0, 187) | |
| HSL | hsl(316, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 27%, 0%) | |
| LAB | lab(57, 88, -26) | |
| OKLCH | oklch(0.67 0.284 345) |
Color harmonies
Tints & shades
Code snippets
color: #ff00bb;
background-color: #ff00bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF00BB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.73, alpha: 1.0)