Shades of Deep Pink #FC1394
Tints of Deep Pink #FC1394
RGB
CMYK
RGB Variations
Color information
#FC1394 (or 0xFC1394) is known color: Deep Pink. HEX triplet: FC, 13 and 94. RGB value is (252,19,148). Sum of RGB (Red+Green+Blue) = 252+19+148=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1394 is #03EC6B. Grayscale: #676767. Windows color (decimal): -257132 or 9704444. OLE color: 9704444.
HSL color Cylindrical-coordinate representation of color #FC1394: hue angle of 326.78º 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 #FC1394 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 148 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.01 |
| HSL | 326.78º | 0.97% | 0.53% | - |
| HSV(B) | 326.78º | 0.92% | 0.99% | - |
| XYZ | 45.72 | 23.3 | 30.1 | - |
| YUV | 103.37 | 153.19 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 148 | 0 | 0.92 | 0.41 | 0.01 | 326.78 | 0.97 | 0.53 |
| Hex | FC | 13 | 94 | 0 | 5C | 29 | 1 | 147 | 61 | 35 |
| Octal | 374 | 23 | 224 | 0 | 134 | 51 | 1 | 507 | 141 | 65 |
| Binary | 11111100 | 10011 | 10010100 | 0 | 1011100 | 101001 | 1 | 101000111 | 1100001 | 110101 |
Color Harmonies of #FC1394
Complementary color
Monochromatic Colors of #FC1394
Black with #FC1394
Text Example
Text Example
White with #FC1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1394; }
p { color: rgb(252,19,148); }
H1.HeaderClassName
{
color: #FC1394;
}
.AnyTagClassName
{
color: #FC1394;
}
</style>
background-color css
<style>
a { background-color: #FC1394; }
a { background-color: rgb(252,19,148); }
div.DivClassName
{
background-color: #FC1394;
}
.BgClassName
{
background-color: #FC1394;
}
</style>
border-color css
<style>
span { border-color: #FC1394; }
span { border-color: rgb(252,19,148); }
td.TdClassName
{
border-color: #FC1394;
}
.TagClassName
{
border-color: #FC1394;
}
</style>