#f110c2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 16, 194
HSL
313°, 89%, 50%
CMYK
0, 93, 20, 6
Luminance
0.2297
Every format
| HEX | #f110c2 |
| RGB | rgb(241, 16, 194) |
| HSL | hsl(313, 89%, 50%) |
| CMYK | cmyk(0%, 93%, 20%, 6%) |
| LAB | lab(55.0 86.9 -34.9) |
| LCH | lch(55.0 93.6 338.1) |
| OKLCH | oklch(0.650 0.277 340.1) |
Copy-ready code
/* CSS */
color: #f110c2;
background-color: #f110c2;
/* Tailwind (arbitrary) */
class="text-[#f110c2] bg-[#f110c2]"
/* SCSS */
$brand: #f110c2;
/* SwiftUI */
Color(red: 0.945, green: 0.063, blue: 0.761)
/* Android */
Color.parseColor("#f110c2")Accessibility — WCAG contrast
Aa
#f110c2 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f110c2 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green6.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta93.4%
Yellow19.5%
Key (black)5.5%
Color previews
#f110c2 text on a black background
contrast 5.59:1
Card sample
#f110c2 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f110c2;
Background color
Panel with #f110c2 background
background-color: #f110c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f110c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 16, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 16, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f110c2; background: linear-gradient(135deg, #f110c2, #F1102C);