#F849FF
A light, vivid magenta closely aligning with Fuchsia.
About #F849FF
The hex code #F849FF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(248, 73, 255).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 71% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F849FF
RGB248, 73, 255
HSL297.7°, 100.0%, 64.3%
CMYK3%, 71%, 0%, 0%
HSV297.7°, 71.4%, 100.0%
LAB63.3, 85.1, -56.2
XYZ59.1, 31.9, 97.7
Decimal16271871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F849FF;
}
.text-color {
color: #F849FF;
}
.border-color {
border: 2px solid #F849FF;
}