#F075A0
A light, vivid magenta closely aligning with Palevioletred.
About #F075A0
At its core, #F075A0 is a light and vivid hue. Its closest recognized web color is Palevioletred. Its digital footprint relies on 240 parts red, 117 parts green, and 160 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 51% M, 33% Y, and 6% K. With a hue angle of 339.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F075A0
RGB240, 117, 160
HSL339.0°, 80.4%, 70.0%
CMYK0%, 51%, 33%, 6%
HSV339.0°, 51.3%, 94.1%
LAB64.8, 51.7, -0.5
XYZ48.6, 33.8, 37.2
Decimal15758752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F075A0;
}
.text-color {
color: #F075A0;
}
.border-color {
border: 2px solid #F075A0;
}