Shades of Deep Pink #FC1373
Tints of Deep Pink #FC1373
RGB
CMYK
RGB Variations
Color information
#FC1373 (or 0xFC1373) is known color: Deep Pink. HEX triplet: FC, 13 and 73. RGB value is (252,19,115). Sum of RGB (Red+Green+Blue) = 252+19+115=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1373 is #03EC8C. Grayscale: #636363. Windows color (decimal): -257165 or 7541756. OLE color: 7541756.
HSL color Cylindrical-coordinate representation of color #FC1373: hue angle of 335.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1373 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 115 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.01 |
| HSL | 335.28º | 0.97% | 0.53% | - |
| HSV(B) | 335.28º | 0.92% | 0.99% | - |
| XYZ | 43.47 | 22.4 | 18.25 | - |
| YUV | 99.61 | 136.69 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 115 | 0 | 0.92 | 0.54 | 0.01 | 335.28 | 0.97 | 0.53 |
| Hex | FC | 13 | 73 | 0 | 5C | 36 | 1 | 14F | 61 | 35 |
| Octal | 374 | 23 | 163 | 0 | 134 | 66 | 1 | 517 | 141 | 65 |
| Binary | 11111100 | 10011 | 1110011 | 0 | 1011100 | 110110 | 1 | 101001111 | 1100001 | 110101 |
Color Harmonies of #FC1373
Complementary color
Monochromatic Colors of #FC1373
Black with #FC1373
Text Example
Text Example
White with #FC1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1373; }
p { color: rgb(252,19,115); }
H1.HeaderClassName
{
color: #FC1373;
}
.AnyTagClassName
{
color: #FC1373;
}
</style>
background-color css
<style>
a { background-color: #FC1373; }
a { background-color: rgb(252,19,115); }
div.DivClassName
{
background-color: #FC1373;
}
.BgClassName
{
background-color: #FC1373;
}
</style>
border-color css
<style>
span { border-color: #FC1373; }
span { border-color: rgb(252,19,115); }
td.TdClassName
{
border-color: #FC1373;
}
.TagClassName
{
border-color: #FC1373;
}
</style>