Shades of Shocking Pink #FC0AC0
Tints of Shocking Pink #FC0AC0
RGB
CMYK
RGB Variations
Color information
#FC0AC0 (or 0xFC0AC0) is known color: Shocking Pink. HEX triplet: FC, 0A and C0. RGB value is (252,10,192). Sum of RGB (Red+Green+Blue) = 252+10+192=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AC0 is #03F53F. Grayscale: #666666. Windows color (decimal): -259392 or 12585724. OLE color: 12585724.
HSL color Cylindrical-coordinate representation of color #FC0AC0: hue angle of 314.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AC0 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 192 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.01 |
| HSL | 314.88º | 0.98% | 0.51% | - |
| HSV(B) | 314.88º | 0.96% | 0.99% | - |
| XYZ | 49.77 | 24.72 | 52.02 | - |
| YUV | 103.11 | 178.17 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 192 | 0 | 0.96 | 0.24 | 0.01 | 314.88 | 0.98 | 0.51 |
| Hex | FC | A | C0 | 0 | 60 | 18 | 1 | 13B | 62 | 33 |
| Octal | 374 | 12 | 300 | 0 | 140 | 30 | 1 | 473 | 142 | 63 |
| Binary | 11111100 | 1010 | 11000000 | 0 | 1100000 | 11000 | 1 | 100111011 | 1100010 | 110011 |
Color Harmonies of #FC0AC0
Complementary color
Monochromatic Colors of #FC0AC0
Black with #FC0AC0
Text Example
Text Example
White with #FC0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AC0; }
p { color: rgb(252,10,192); }
H1.HeaderClassName
{
color: #FC0AC0;
}
.AnyTagClassName
{
color: #FC0AC0;
}
</style>
background-color css
<style>
a { background-color: #FC0AC0; }
a { background-color: rgb(252,10,192); }
div.DivClassName
{
background-color: #FC0AC0;
}
.BgClassName
{
background-color: #FC0AC0;
}
</style>
border-color css
<style>
span { border-color: #FC0AC0; }
span { border-color: rgb(252,10,192); }
td.TdClassName
{
border-color: #FC0AC0;
}
.TagClassName
{
border-color: #FC0AC0;
}
</style>