Shades of Deep Pink #FC1696
Tints of Deep Pink #FC1696
RGB
CMYK
RGB Variations
Color information
#FC1696 (or 0xFC1696) is known color: Deep Pink. HEX triplet: FC, 16 and 96. RGB value is (252,22,150). Sum of RGB (Red+Green+Blue) = 252+22+150=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1696 is #03E969. Grayscale: #696969. Windows color (decimal): -256362 or 9836284. OLE color: 9836284.
HSL color Cylindrical-coordinate representation of color #FC1696: hue angle of 326.61º 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 #FC1696 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.01 |
| HSL | 326.61º | 0.97% | 0.54% | - |
| HSV(B) | 326.61º | 0.91% | 0.99% | - |
| XYZ | 45.94 | 23.47 | 30.96 | - |
| YUV | 105.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 150 | 0 | 0.91 | 0.40 | 0.01 | 326.61 | 0.97 | 0.54 |
| Hex | FC | 16 | 96 | 0 | 5B | 28 | 1 | 147 | 61 | 36 |
| Octal | 374 | 26 | 226 | 0 | 133 | 50 | 1 | 507 | 141 | 66 |
| Binary | 11111100 | 10110 | 10010110 | 0 | 1011011 | 101000 | 1 | 101000111 | 1100001 | 110110 |
Color Harmonies of #FC1696
Complementary color
Monochromatic Colors of #FC1696
Black with #FC1696
Text Example
Text Example
White with #FC1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1696; }
p { color: rgb(252,22,150); }
H1.HeaderClassName
{
color: #FC1696;
}
.AnyTagClassName
{
color: #FC1696;
}
</style>
background-color css
<style>
a { background-color: #FC1696; }
a { background-color: rgb(252,22,150); }
div.DivClassName
{
background-color: #FC1696;
}
.BgClassName
{
background-color: #FC1696;
}
</style>
border-color css
<style>
span { border-color: #FC1696; }
span { border-color: rgb(252,22,150); }
td.TdClassName
{
border-color: #FC1696;
}
.TagClassName
{
border-color: #FC1696;
}
</style>