Shades of Shocking Pink #FC0AB3
Tints of Shocking Pink #FC0AB3
RGB
CMYK
RGB Variations
Color information
#FC0AB3 (or 0xFC0AB3) is known color: Shocking Pink. HEX triplet: FC, 0A and B3. RGB value is (252,10,179). Sum of RGB (Red+Green+Blue) = 252+10+179=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0AB3 is #03F54C. Grayscale: #656565. Windows color (decimal): -259405 or 11733756. OLE color: 11733756.
HSL color Cylindrical-coordinate representation of color #FC0AB3: hue angle of 318.1º 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 #FC0AB3 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 179 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.01 |
| HSL | 318.1º | 0.98% | 0.51% | - |
| HSV(B) | 318.1º | 0.96% | 0.99% | - |
| XYZ | 48.39 | 24.17 | 44.76 | - |
| YUV | 101.62 | 171.67 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 179 | 0 | 0.96 | 0.29 | 0.01 | 318.1 | 0.98 | 0.51 |
| Hex | FC | A | B3 | 0 | 60 | 1D | 1 | 13E | 62 | 33 |
| Octal | 374 | 12 | 263 | 0 | 140 | 35 | 1 | 476 | 142 | 63 |
| Binary | 11111100 | 1010 | 10110011 | 0 | 1100000 | 11101 | 1 | 100111110 | 1100010 | 110011 |
Color Harmonies of #FC0AB3
Complementary color
Monochromatic Colors of #FC0AB3
Black with #FC0AB3
Text Example
Text Example
White with #FC0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AB3; }
p { color: rgb(252,10,179); }
H1.HeaderClassName
{
color: #FC0AB3;
}
.AnyTagClassName
{
color: #FC0AB3;
}
</style>
background-color css
<style>
a { background-color: #FC0AB3; }
a { background-color: rgb(252,10,179); }
div.DivClassName
{
background-color: #FC0AB3;
}
.BgClassName
{
background-color: #FC0AB3;
}
</style>
border-color css
<style>
span { border-color: #FC0AB3; }
span { border-color: rgb(252,10,179); }
td.TdClassName
{
border-color: #FC0AB3;
}
.TagClassName
{
border-color: #FC0AB3;
}
</style>