#F833E2
A medium, vivid magenta closely aligning with Fuchsia.
About #F833E2
When working with digital screens, the color #F833E2 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(248, 51, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 79% Magenta, 9% Yellow, and 3% Black. The HSL representation is 306.7° hue, 93.4% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F833E2
RGB248, 51, 226
HSL306.7°, 93.4%, 58.6%
CMYK0%, 79%, 9%, 3%
HSV306.7°, 79.4%, 97.3%
LAB59.7, 86.8, -45.7
XYZ53.6, 27.8, 74.5
Decimal16266210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.56:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F833E2;
}
.text-color {
color: #F833E2;
}
.border-color {
border: 2px solid #F833E2;
}