#FF50F0
A light, vivid magenta closely aligning with Fuchsia.
About #FF50F0
At its core, #FF50F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(255, 80, 240).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 69% Magenta, 6% Yellow, and 0% Black. With a hue angle of 305.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#FF50F0
RGB255, 80, 240
HSL305.1°, 100.0%, 65.7%
CMYK0%, 69%, 6%, 0%
HSV305.1°, 68.6%, 100.0%
LAB64.4, 82.0, -46.1
XYZ59.8, 33.3, 85.7
Decimal16732400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.66:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50F0;
}
.text-color {
color: #FF50F0;
}
.border-color {
border: 2px solid #FF50F0;
}