Shades of Shocking Pink #FC0ABB
Tints of Shocking Pink #FC0ABB
RGB
CMYK
RGB Variations
Color information
#FC0ABB (or 0xFC0ABB) is known color: Shocking Pink. HEX triplet: FC, 0A and BB. RGB value is (252,10,187). Sum of RGB (Red+Green+Blue) = 252+10+187=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ABB is #03F544. Grayscale: #666666. Windows color (decimal): -259397 or 12258044. OLE color: 12258044.
HSL color Cylindrical-coordinate representation of color #FC0ABB: hue angle of 316.12º 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 #FC0ABB is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.01 |
| HSL | 316.12º | 0.98% | 0.51% | - |
| HSV(B) | 316.12º | 0.96% | 0.99% | - |
| XYZ | 49.22 | 24.5 | 49.15 | - |
| YUV | 102.54 | 175.67 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 187 | 0 | 0.96 | 0.26 | 0.01 | 316.12 | 0.98 | 0.51 |
| Hex | FC | A | BB | 0 | 60 | 1A | 1 | 13C | 62 | 33 |
| Octal | 374 | 12 | 273 | 0 | 140 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111100 | 1010 | 10111011 | 0 | 1100000 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FC0ABB
Complementary color
Monochromatic Colors of #FC0ABB
Black with #FC0ABB
Text Example
Text Example
White with #FC0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ABB; }
p { color: rgb(252,10,187); }
H1.HeaderClassName
{
color: #FC0ABB;
}
.AnyTagClassName
{
color: #FC0ABB;
}
</style>
background-color css
<style>
a { background-color: #FC0ABB; }
a { background-color: rgb(252,10,187); }
div.DivClassName
{
background-color: #FC0ABB;
}
.BgClassName
{
background-color: #FC0ABB;
}
</style>
border-color css
<style>
span { border-color: #FC0ABB; }
span { border-color: rgb(252,10,187); }
td.TdClassName
{
border-color: #FC0ABB;
}
.TagClassName
{
border-color: #FC0ABB;
}
</style>