Shades of Deep Pink #FC1387
Tints of Deep Pink #FC1387
RGB
CMYK
RGB Variations
Color information
#FC1387 (or 0xFC1387) is known color: Deep Pink. HEX triplet: FC, 13 and 87. RGB value is (252,19,135). Sum of RGB (Red+Green+Blue) = 252+19+135=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1387 is #03EC78. Grayscale: #656565. Windows color (decimal): -257145 or 8852476. OLE color: 8852476.
HSL color Cylindrical-coordinate representation of color #FC1387: hue angle of 330.13º 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 #FC1387 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.01 |
| HSL | 330.13º | 0.97% | 0.53% | - |
| HSV(B) | 330.13º | 0.92% | 0.99% | - |
| XYZ | 44.75 | 22.91 | 24.99 | - |
| YUV | 101.89 | 146.69 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 135 | 0 | 0.92 | 0.46 | 0.01 | 330.13 | 0.97 | 0.53 |
| Hex | FC | 13 | 87 | 0 | 5C | 2E | 1 | 14A | 61 | 35 |
| Octal | 374 | 23 | 207 | 0 | 134 | 56 | 1 | 512 | 141 | 65 |
| Binary | 11111100 | 10011 | 10000111 | 0 | 1011100 | 101110 | 1 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FC1387
Complementary color
Monochromatic Colors of #FC1387
Black with #FC1387
Text Example
Text Example
White with #FC1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1387; }
p { color: rgb(252,19,135); }
H1.HeaderClassName
{
color: #FC1387;
}
.AnyTagClassName
{
color: #FC1387;
}
</style>
background-color css
<style>
a { background-color: #FC1387; }
a { background-color: rgb(252,19,135); }
div.DivClassName
{
background-color: #FC1387;
}
.BgClassName
{
background-color: #FC1387;
}
</style>
border-color css
<style>
span { border-color: #FC1387; }
span { border-color: rgb(252,19,135); }
td.TdClassName
{
border-color: #FC1387;
}
.TagClassName
{
border-color: #FC1387;
}
</style>