Shades of Shocking Pink #FC0AB9
Tints of Shocking Pink #FC0AB9
RGB
CMYK
RGB Variations
Color information
#FC0AB9 (or 0xFC0AB9) is known color: Shocking Pink. HEX triplet: FC, 0A and B9. RGB value is (252,10,185). Sum of RGB (Red+Green+Blue) = 252+10+185=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AB9 is #03F546. Grayscale: #656565. Windows color (decimal): -259399 or 12126972. OLE color: 12126972.
HSL color Cylindrical-coordinate representation of color #FC0AB9: hue angle of 316.61º 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 #FC0AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 185 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.01 |
| HSL | 316.61º | 0.98% | 0.51% | - |
| HSV(B) | 316.61º | 0.96% | 0.99% | - |
| XYZ | 49.01 | 24.42 | 48.03 | - |
| YUV | 102.31 | 174.67 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 185 | 0 | 0.96 | 0.27 | 0.01 | 316.61 | 0.98 | 0.51 |
| Hex | FC | A | B9 | 0 | 60 | 1B | 1 | 13D | 62 | 33 |
| Octal | 374 | 12 | 271 | 0 | 140 | 33 | 1 | 475 | 142 | 63 |
| Binary | 11111100 | 1010 | 10111001 | 0 | 1100000 | 11011 | 1 | 100111101 | 1100010 | 110011 |
Color Harmonies of #FC0AB9
Complementary color
Monochromatic Colors of #FC0AB9
Black with #FC0AB9
Text Example
Text Example
White with #FC0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AB9; }
p { color: rgb(252,10,185); }
H1.HeaderClassName
{
color: #FC0AB9;
}
.AnyTagClassName
{
color: #FC0AB9;
}
</style>
background-color css
<style>
a { background-color: #FC0AB9; }
a { background-color: rgb(252,10,185); }
div.DivClassName
{
background-color: #FC0AB9;
}
.BgClassName
{
background-color: #FC0AB9;
}
</style>
border-color css
<style>
span { border-color: #FC0AB9; }
span { border-color: rgb(252,10,185); }
td.TdClassName
{
border-color: #FC0AB9;
}
.TagClassName
{
border-color: #FC0AB9;
}
</style>