Major Magenta
#f246a7
Here's everything about the color Major Magenta (#f246a7) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f246a7 | |
|---|---|---|
| RGB | rgb(242, 70, 167) | |
| HSL | hsl(326, 87%, 61%) | |
| CMYK | cmyk(0%, 71%, 31%, 5%) | |
| LAB | lab(58, 71, -13) | |
| OKLCH | oklch(0.67 0.225 350) |
Color harmonies
Tints & shades
Code snippets
color: #f246a7;
background-color: #f246a7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFF246A7)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.27, blue: 0.65, alpha: 1.0)