#F042E9
A light, vivid magenta closely aligning with Fuchsia.
About #F042E9
The precise color #F042E9 is an excellent choice for modern design projects. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 240 red, 66 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 72% magenta, 3% yellow, and 6% black. The HSL representation is 302.4° hue, 85.3% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F042E9
RGB240, 66, 233
HSL302.4°, 85.3%, 60.0%
CMYK0%, 72%, 3%, 6%
HSV302.4°, 72.5%, 94.1%
LAB60.2, 82.2, -49.0
XYZ52.6, 28.3, 79.8
Decimal15745769
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F042E9;
}
.text-color {
color: #F042E9;
}
.border-color {
border: 2px solid #F042E9;
}