#F842F8
A light, vivid magenta closely aligning with Fuchsia.
About #F842F8
When working with digital screens, the color #F842F8 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. Its digital footprint relies on 248 parts red, 66 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 73% M, 0% Y, and 3% K. The HSL representation is 300.0° hue, 92.9% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F842F8
RGB248, 66, 248
HSL300.0°, 92.9%, 61.6%
CMYK0%, 73%, 0%, 3%
HSV300.0°, 73.4%, 97.3%
LAB62.2, 86.1, -54.0
XYZ57.6, 30.6, 91.7
Decimal16270072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F842F8;
}
.text-color {
color: #F842F8;
}
.border-color {
border: 2px solid #F842F8;
}