Pink Panther
#ff0090
Pink Panther, represented by the hex value #ff0090, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff0090 | |
|---|---|---|
| RGB | rgb(255, 0, 144) | |
| HSL | hsl(326, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 44%, 0%) | |
| LAB | lab(56, 85, -3) | |
| OKLCH | oklch(0.65 0.265 357) |
Color harmonies
Tints & shades
Code snippets
color: #ff0090;
background-color: #ff0090;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF0090)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.56, alpha: 1.0)