#F800CC
A medium, vivid magenta closely aligning with Fuchsia.
About #F800CC
At its core, #F800CC 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, 0 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F800CC
RGB248, 0, 204
HSL310.6°, 100.0%, 48.6%
CMYK0%, 100%, 18%, 3%
HSV310.6°, 100.0%, 97.3%
LAB56.4, 90.5, -38.4
XYZ49.6, 24.3, 59.2
Decimal16253132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800CC;
}
.text-color {
color: #F800CC;
}
.border-color {
border: 2px solid #F800CC;
}