#F000A0
A medium, vivid magenta closely aligning with Deeppink.
About #F000A0
At its core, #F000A0 is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. Its digital footprint relies on 240 parts red, 0 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 33% Y, and 6% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F000A0
RGB240, 0, 160
HSL320.0°, 100.0%, 47.1%
CMYK0%, 100%, 33%, 6%
HSV320.0°, 100.0%, 94.1%
LAB53.0, 84.2, -18.1
XYZ42.3, 21.1, 35.1
Decimal15728800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F000A0;
}
.text-color {
color: #F000A0;
}
.border-color {
border: 2px solid #F000A0;
}