#F024E2
A medium, vivid magenta closely aligning with Fuchsia.
About #F024E2
When working with digital screens, the color #F024E2 is rendered by mixing light. Its closest recognized web color is Fuchsia. Its digital footprint relies on 240 parts red, 36 parts green, and 226 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 85% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#F024E2
RGB240, 36, 226
HSL304.1°, 87.2%, 54.1%
CMYK0%, 85%, 6%, 6%
HSV304.1°, 85.0%, 94.1%
LAB57.3, 88.3, -49.5
XYZ50.3, 25.3, 74.2
Decimal15738082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F024E2;
}
.text-color {
color: #F024E2;
}
.border-color {
border: 2px solid #F024E2;
}