#F050F8
A light, vivid magenta closely aligning with Fuchsia.
About #F050F8
Visually, #F050F8 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 240 red, 80 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 3% Cyan, 68% Magenta, 0% Yellow, and 3% Black. The HSL representation is 297.1° hue, 92.3% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F050F8
RGB240, 80, 248
HSL297.1°, 92.3%, 64.3%
CMYK3%, 68%, 0%, 3%
HSV297.1°, 67.7%, 97.3%
LAB62.5, 80.0, -53.6
XYZ55.7, 31.0, 91.9
Decimal15749368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F050F8;
}
.text-color {
color: #F050F8;
}
.border-color {
border: 2px solid #F050F8;
}