Shades of Deep Pink #FC17A0
Tints of Deep Pink #FC17A0
RGB
CMYK
RGB Variations
Color information
#FC17A0 (or 0xFC17A0) is known color: Deep Pink. HEX triplet: FC, 17 and A0. RGB value is (252,23,160). Sum of RGB (Red+Green+Blue) = 252+23+160=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17A0 is #03E85F. Grayscale: #6A6A6A. Windows color (decimal): -256096 or 10491900. OLE color: 10491900.
HSL color Cylindrical-coordinate representation of color #FC17A0: hue angle of 324.1º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17A0 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 160 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.01 |
| HSL | 324.1º | 0.97% | 0.54% | - |
| HSV(B) | 324.1º | 0.91% | 0.99% | - |
| XYZ | 46.8 | 23.85 | 35.39 | - |
| YUV | 107.09 | 157.87 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 160 | 0 | 0.91 | 0.37 | 0.01 | 324.1 | 0.97 | 0.54 |
| Hex | FC | 17 | A0 | 0 | 5B | 25 | 1 | 144 | 61 | 36 |
| Octal | 374 | 27 | 240 | 0 | 133 | 45 | 1 | 504 | 141 | 66 |
| Binary | 11111100 | 10111 | 10100000 | 0 | 1011011 | 100101 | 1 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FC17A0
Complementary color
Monochromatic Colors of #FC17A0
Black with #FC17A0
Text Example
Text Example
White with #FC17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17A0; }
p { color: rgb(252,23,160); }
H1.HeaderClassName
{
color: #FC17A0;
}
.AnyTagClassName
{
color: #FC17A0;
}
</style>
background-color css
<style>
a { background-color: #FC17A0; }
a { background-color: rgb(252,23,160); }
div.DivClassName
{
background-color: #FC17A0;
}
.BgClassName
{
background-color: #FC17A0;
}
</style>
border-color css
<style>
span { border-color: #FC17A0; }
span { border-color: rgb(252,23,160); }
td.TdClassName
{
border-color: #FC17A0;
}
.TagClassName
{
border-color: #FC17A0;
}
</style>