Flickr Pink
#fb0081
Flickr Pink is a color with the hex code #fb0081. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fb0081 | |
|---|---|---|
| RGB | rgb(251, 0, 129) | |
| HSL | hsl(329, 100%, 49%) | |
| CMYK | cmyk(0%, 100%, 49%, 2%) | |
| LAB | lab(55, 83, 4) | |
| OKLCH | oklch(0.64 0.258 1) |
Color harmonies
Tints & shades
Code snippets
color: #fb0081;
background-color: #fb0081;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFB0081)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.00, blue: 0.51, alpha: 1.0)