#F00FCC
A medium, vivid magenta closely aligning with Fuchsia.
About #F00FCC
Visually, #F00FCC is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 15, and 204.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 94% M, 15% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F00FCC
RGB240, 15, 204
HSL309.6°, 88.2%, 50.0%
CMYK0%, 94%, 15%, 6%
HSV309.6°, 93.8%, 94.1%
LAB55.3, 88.1, -40.2
XYZ47.0, 23.2, 59.1
Decimal15732684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.65:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F00FCC;
}
.text-color {
color: #F00FCC;
}
.border-color {
border: 2px solid #F00FCC;
}