Shades of Deep Pink #FC1296
Tints of Deep Pink #FC1296
RGB
CMYK
RGB Variations
Color information
#FC1296 (or 0xFC1296) is known color: Deep Pink. HEX triplet: FC, 12 and 96. RGB value is (252,18,150). Sum of RGB (Red+Green+Blue) = 252+18+150=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1296 is #03ED69. Grayscale: #666666. Windows color (decimal): -257386 or 9835260. OLE color: 9835260.
HSL color Cylindrical-coordinate representation of color #FC1296: hue angle of 326.15º 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 #FC1296 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 150 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.01 |
| HSL | 326.15º | 0.98% | 0.53% | - |
| HSV(B) | 326.15º | 0.93% | 0.99% | - |
| XYZ | 45.87 | 23.33 | 30.94 | - |
| YUV | 103.01 | 154.52 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 150 | 0 | 0.93 | 0.40 | 0.01 | 326.15 | 0.98 | 0.53 |
| Hex | FC | 12 | 96 | 0 | 5D | 28 | 1 | 146 | 62 | 35 |
| Octal | 374 | 22 | 226 | 0 | 135 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111100 | 10010 | 10010110 | 0 | 1011101 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FC1296
Complementary color
Monochromatic Colors of #FC1296
Black with #FC1296
Text Example
Text Example
White with #FC1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1296; }
p { color: rgb(252,18,150); }
H1.HeaderClassName
{
color: #FC1296;
}
.AnyTagClassName
{
color: #FC1296;
}
</style>
background-color css
<style>
a { background-color: #FC1296; }
a { background-color: rgb(252,18,150); }
div.DivClassName
{
background-color: #FC1296;
}
.BgClassName
{
background-color: #FC1296;
}
</style>
border-color css
<style>
span { border-color: #FC1296; }
span { border-color: rgb(252,18,150); }
td.TdClassName
{
border-color: #FC1296;
}
.TagClassName
{
border-color: #FC1296;
}
</style>