#F82CF8
A medium, vivid magenta closely aligning with Fuchsia.
About #F82CF8
At its core, #F82CF8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 248 red, 44 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. The HSL representation is 300.0° hue, 93.6% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F82CF8
RGB248, 44, 248
HSL300.0°, 93.6%, 57.3%
CMYK0%, 82%, 0%, 3%
HSV300.0°, 82.3%, 97.3%
LAB60.4, 91.4, -56.9
XYZ56.6, 28.5, 91.3
Decimal16264440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.71:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82CF8;
}
.text-color {
color: #F82CF8;
}
.border-color {
border: 2px solid #F82CF8;
}