#F042FF
A light, vivid magenta closely aligning with Fuchsia.
About #F042FF
When working with digital screens, the color #F042FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 240 red, 66 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 74% magenta, 0% yellow, and 0% black. With a hue angle of 295.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F042FF
RGB240, 66, 255
HSL295.2°, 100.0%, 62.9%
CMYK6%, 74%, 0%, 0%
HSV295.2°, 74.1%, 100.0%
LAB61.3, 85.6, -59.3
XYZ55.9, 29.6, 97.4
Decimal15745791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.93:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F042FF;
}
.text-color {
color: #F042FF;
}
.border-color {
border: 2px solid #F042FF;
}