#F024FF
A medium, vivid magenta closely aligning with Fuchsia.
About #F024FF
When working with digital screens, the color #F024FF is rendered by mixing light. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(240, 36, 255).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 86% magenta, 0% yellow, and 0% black. With a hue angle of 295.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F024FF
RGB240, 36, 255
HSL295.9°, 100.0%, 57.1%
CMYK6%, 86%, 0%, 0%
HSV295.9°, 85.9%, 100.0%
LAB59.0, 92.5, -63.1
XYZ54.6, 27.0, 96.9
Decimal15738111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F024FF;
}
.text-color {
color: #F024FF;
}
.border-color {
border: 2px solid #F024FF;
}