#FF42F0
A light, vivid magenta closely aligning with Fuchsia.
About #FF42F0
When working with digital screens, the color #FF42F0 is rendered by mixing light. Its closest recognized web color is Fuchsia. Its digital footprint relies on 255 parts red, 66 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 74% magenta, 6% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF42F0
RGB255, 66, 240
HSL304.8°, 100.0%, 62.9%
CMYK0%, 74%, 6%, 0%
HSV304.8°, 74.1%, 100.0%
LAB62.9, 86.3, -48.4
XYZ58.9, 31.4, 85.4
Decimal16728816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.29:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF42F0;
}
.text-color {
color: #FF42F0;
}
.border-color {
border: 2px solid #FF42F0;
}