#F842E2
A light, vivid magenta closely aligning with Fuchsia.
About #F842E2
At its core, #F842E2 is a light and vivid hue. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(248, 66, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 73% magenta, 9% yellow, and 3% black. The HSL representation is 307.3° hue, 92.9% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F842E2
RGB248, 66, 226
HSL307.3°, 92.9%, 61.6%
CMYK0%, 73%, 9%, 3%
HSV307.3°, 73.4%, 97.3%
LAB61.1, 82.8, -43.5
XYZ54.4, 29.3, 74.7
Decimal16270050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F842E2;
}
.text-color {
color: #F842E2;
}
.border-color {
border: 2px solid #F842E2;
}