Shades of Shocking Pink #FC0ABE
Tints of Shocking Pink #FC0ABE
RGB
CMYK
RGB Variations
Color information
#FC0ABE (or 0xFC0ABE) is known color: Shocking Pink. HEX triplet: FC, 0A and BE. RGB value is (252,10,190). Sum of RGB (Red+Green+Blue) = 252+10+190=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ABE is #03F541. Grayscale: #666666. Windows color (decimal): -259394 or 12454652. OLE color: 12454652.
HSL color Cylindrical-coordinate representation of color #FC0ABE: hue angle of 315.37º 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 #FC0ABE is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.01 |
| HSL | 315.37º | 0.98% | 0.51% | - |
| HSV(B) | 315.37º | 0.96% | 0.99% | - |
| XYZ | 49.55 | 24.63 | 50.86 | - |
| YUV | 102.88 | 177.17 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 190 | 0 | 0.96 | 0.25 | 0.01 | 315.37 | 0.98 | 0.51 |
| Hex | FC | A | BE | 0 | 60 | 19 | 1 | 13B | 62 | 33 |
| Octal | 374 | 12 | 276 | 0 | 140 | 31 | 1 | 473 | 142 | 63 |
| Binary | 11111100 | 1010 | 10111110 | 0 | 1100000 | 11001 | 1 | 100111011 | 1100010 | 110011 |
Color Harmonies of #FC0ABE
Complementary color
Monochromatic Colors of #FC0ABE
Black with #FC0ABE
Text Example
Text Example
White with #FC0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ABE; }
p { color: rgb(252,10,190); }
H1.HeaderClassName
{
color: #FC0ABE;
}
.AnyTagClassName
{
color: #FC0ABE;
}
</style>
background-color css
<style>
a { background-color: #FC0ABE; }
a { background-color: rgb(252,10,190); }
div.DivClassName
{
background-color: #FC0ABE;
}
.BgClassName
{
background-color: #FC0ABE;
}
</style>
border-color css
<style>
span { border-color: #FC0ABE; }
span { border-color: rgb(252,10,190); }
td.TdClassName
{
border-color: #FC0ABE;
}
.TagClassName
{
border-color: #FC0ABE;
}
</style>