Shades of Shocking Pink #FC0AB0
Tints of Shocking Pink #FC0AB0
RGB
CMYK
RGB Variations
Color information
#FC0AB0 (or 0xFC0AB0) is known color: Shocking Pink. HEX triplet: FC, 0A and B0. RGB value is (252,10,176). Sum of RGB (Red+Green+Blue) = 252+10+176=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AB0 is #03F54F. Grayscale: #646464. Windows color (decimal): -259408 or 11537148. OLE color: 11537148.
HSL color Cylindrical-coordinate representation of color #FC0AB0: hue angle of 318.84º 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 #FC0AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.01 |
| HSL | 318.84º | 0.98% | 0.51% | - |
| HSV(B) | 318.84º | 0.96% | 0.99% | - |
| XYZ | 48.09 | 24.05 | 43.18 | - |
| YUV | 101.28 | 170.17 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 176 | 0 | 0.96 | 0.30 | 0.01 | 318.84 | 0.98 | 0.51 |
| Hex | FC | A | B0 | 0 | 60 | 1E | 1 | 13F | 62 | 33 |
| Octal | 374 | 12 | 260 | 0 | 140 | 36 | 1 | 477 | 142 | 63 |
| Binary | 11111100 | 1010 | 10110000 | 0 | 1100000 | 11110 | 1 | 100111111 | 1100010 | 110011 |
Color Harmonies of #FC0AB0
Complementary color
Monochromatic Colors of #FC0AB0
Black with #FC0AB0
Text Example
Text Example
White with #FC0AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AB0; }
p { color: rgb(252,10,176); }
H1.HeaderClassName
{
color: #FC0AB0;
}
.AnyTagClassName
{
color: #FC0AB0;
}
</style>
background-color css
<style>
a { background-color: #FC0AB0; }
a { background-color: rgb(252,10,176); }
div.DivClassName
{
background-color: #FC0AB0;
}
.BgClassName
{
background-color: #FC0AB0;
}
</style>
border-color css
<style>
span { border-color: #FC0AB0; }
span { border-color: rgb(252,10,176); }
td.TdClassName
{
border-color: #FC0AB0;
}
.TagClassName
{
border-color: #FC0AB0;
}
</style>