#f910f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 16, 242
HSL
302°, 95%, 52%
CMYK
0, 94, 3, 2
Luminance
0.2692
Every format
| HEX | #f910f2 |
| RGB | rgb(249, 16, 242) |
| HSL | hsl(302, 95%, 52%) |
| CMYK | cmyk(0%, 94%, 3%, 2%) |
| LAB | lab(58.9 94.5 -55.9) |
| LCH | lch(58.9 109.8 329.4) |
| OKLCH | oklch(0.688 0.309 329.9) |
Copy-ready code
/* CSS */
color: #f910f2;
background-color: #f910f2;
/* Tailwind (arbitrary) */
class="text-[#f910f2] bg-[#f910f2]"
/* SCSS */
$brand: #f910f2;
/* SwiftUI */
Color(red: 0.976, green: 0.063, blue: 0.949)
/* Android */
Color.parseColor("#f910f2")Accessibility — WCAG contrast
Aa
#f910f2 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f910f2 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green6.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta93.6%
Yellow2.8%
Key (black)2.4%
Color previews
#f910f2 text on a black background
contrast 6.38:1
Card sample
#f910f2 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f910f2;
Background color
Panel with #f910f2 background
background-color: #f910f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f910f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 16, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 16, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f910f2; background: linear-gradient(135deg, #f910f2, #F91057);