#F049F8
A light, vivid magenta closely aligning with Fuchsia.
About #F049F8
At its core, #F049F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 240 parts red, 73 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 3% Cyan, 71% Magenta, 0% Yellow, and 3% Black. The HSL representation is 297.3° hue, 92.6% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F049F8
RGB240, 73, 248
HSL297.3°, 92.6%, 62.9%
CMYK3%, 71%, 0%, 3%
HSV297.3°, 70.6%, 97.3%
LAB61.7, 82.3, -54.9
XYZ55.3, 30.1, 91.7
Decimal15747576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F049F8;
}
.text-color {
color: #F049F8;
}
.border-color {
border: 2px solid #F049F8;
}