Rock Lobster
#f00b52
Rock Lobster is a color with the hex code #f00b52. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f00b52 | |
|---|---|---|
| RGB | rgb(240, 11, 82) | |
| HSL | hsl(341, 91%, 49%) | |
| CMYK | cmyk(0%, 95%, 66%, 6%) | |
| LAB | lab(52, 78, 28) | |
| OKLCH | oklch(0.61 0.24 15) |
Color harmonies
Tints & shades
Code snippets
color: #f00b52;
background-color: #f00b52;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFF00B52)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.04, blue: 0.32, alpha: 1.0)