Sanguinary
#f01a4d
Looking for the precise values behind Sanguinary (#f01a4d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f01a4d | |
|---|---|---|
| RGB | rgb(240, 26, 77) | |
| HSL | hsl(346, 88%, 52%) | |
| CMYK | cmyk(0%, 89%, 68%, 6%) | |
| LAB | lab(52, 76, 32) | |
| OKLCH | oklch(0.61 0.236 17) |
Color harmonies
Tints & shades
Code snippets
color: #f01a4d;
background-color: #f01a4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFF01A4D)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.10, blue: 0.30, alpha: 1.0)