Shades of Deep Pink #FC0696
Tints of Deep Pink #FC0696
RGB
CMYK
RGB Variations
Color information
#FC0696 (or 0xFC0696) is known color: Deep Pink. HEX triplet: FC, 06 and 96. RGB value is (252,6,150). Sum of RGB (Red+Green+Blue) = 252+6+150=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0696 is #03F969. Grayscale: #5F5F5F. Windows color (decimal): -260458 or 9832188. OLE color: 9832188.
HSL color Cylindrical-coordinate representation of color #FC0696: hue angle of 324.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0696 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 150 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.01 |
| HSL | 324.88º | 0.98% | 0.51% | - |
| HSV(B) | 324.88º | 0.98% | 0.99% | - |
| XYZ | 45.72 | 23.03 | 30.89 | - |
| YUV | 95.97 | 158.5 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 150 | 0 | 0.98 | 0.40 | 0.01 | 324.88 | 0.98 | 0.51 |
| Hex | FC | 6 | 96 | 0 | 62 | 28 | 1 | 145 | 62 | 33 |
| Octal | 374 | 6 | 226 | 0 | 142 | 50 | 1 | 505 | 142 | 63 |
| Binary | 11111100 | 110 | 10010110 | 0 | 1100010 | 101000 | 1 | 101000101 | 1100010 | 110011 |
Color Harmonies of #FC0696
Complementary color
Monochromatic Colors of #FC0696
Black with #FC0696
Text Example
Text Example
White with #FC0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0696; }
p { color: rgb(252,6,150); }
H1.HeaderClassName
{
color: #FC0696;
}
.AnyTagClassName
{
color: #FC0696;
}
</style>
background-color css
<style>
a { background-color: #FC0696; }
a { background-color: rgb(252,6,150); }
div.DivClassName
{
background-color: #FC0696;
}
.BgClassName
{
background-color: #FC0696;
}
</style>
border-color css
<style>
span { border-color: #FC0696; }
span { border-color: rgb(252,6,150); }
td.TdClassName
{
border-color: #FC0696;
}
.TagClassName
{
border-color: #FC0696;
}
</style>