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