Pure Pleasure
#f51360
Pure Pleasure, represented by the hex value #f51360, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f51360 | |
|---|---|---|
| RGB | rgb(245, 19, 96) | |
| HSL | hsl(340, 92%, 52%) | |
| CMYK | cmyk(0%, 92%, 61%, 4%) | |
| LAB | lab(53, 79, 22) | |
| OKLCH | oklch(0.62 0.243 12) |
Color harmonies
Tints & shades
Code snippets
color: #f51360;
background-color: #f51360;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFF51360)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.07, blue: 0.38, alpha: 1.0)