Shades of Deep Pink #FC11A0
Tints of Deep Pink #FC11A0
RGB
CMYK
RGB Variations
Color information
#FC11A0 (or 0xFC11A0) is known color: Deep Pink. HEX triplet: FC, 11 and A0. RGB value is (252,17,160). Sum of RGB (Red+Green+Blue) = 252+17+160=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11A0 is #03EE5F. Grayscale: #676767. Windows color (decimal): -257632 or 10490364. OLE color: 10490364.
HSL color Cylindrical-coordinate representation of color #FC11A0: hue angle of 323.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC11A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.01 |
| HSL | 323.49º | 0.98% | 0.53% | - |
| HSV(B) | 323.49º | 0.93% | 0.99% | - |
| XYZ | 46.69 | 23.63 | 35.36 | - |
| YUV | 103.57 | 159.86 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 160 | 0 | 0.93 | 0.37 | 0.01 | 323.49 | 0.98 | 0.53 |
| Hex | FC | 11 | A0 | 0 | 5D | 25 | 1 | 143 | 62 | 35 |
| Octal | 374 | 21 | 240 | 0 | 135 | 45 | 1 | 503 | 142 | 65 |
| Binary | 11111100 | 10001 | 10100000 | 0 | 1011101 | 100101 | 1 | 101000011 | 1100010 | 110101 |
Color Harmonies of #FC11A0
Complementary color
Monochromatic Colors of #FC11A0
Black with #FC11A0
Text Example
Text Example
White with #FC11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11A0; }
p { color: rgb(252,17,160); }
H1.HeaderClassName
{
color: #FC11A0;
}
.AnyTagClassName
{
color: #FC11A0;
}
</style>
background-color css
<style>
a { background-color: #FC11A0; }
a { background-color: rgb(252,17,160); }
div.DivClassName
{
background-color: #FC11A0;
}
.BgClassName
{
background-color: #FC11A0;
}
</style>
border-color css
<style>
span { border-color: #FC11A0; }
span { border-color: rgb(252,17,160); }
td.TdClassName
{
border-color: #FC11A0;
}
.TagClassName
{
border-color: #FC11A0;
}
</style>