Shades of Shocking Pink #FC0ABF
Tints of Shocking Pink #FC0ABF
RGB
CMYK
RGB Variations
Color information
#FC0ABF (or 0xFC0ABF) is known color: Shocking Pink. HEX triplet: FC, 0A and BF. RGB value is (252,10,191). Sum of RGB (Red+Green+Blue) = 252+10+191=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ABF is #03F540. Grayscale: #666666. Windows color (decimal): -259393 or 12520188. OLE color: 12520188.
HSL color Cylindrical-coordinate representation of color #FC0ABF: hue angle of 315.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 #FC0ABF is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.01 |
| HSL | 315.12º | 0.98% | 0.51% | - |
| HSV(B) | 315.12º | 0.96% | 0.99% | - |
| XYZ | 49.66 | 24.67 | 51.44 | - |
| YUV | 102.99 | 177.67 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 191 | 0 | 0.96 | 0.24 | 0.01 | 315.12 | 0.98 | 0.51 |
| Hex | FC | A | BF | 0 | 60 | 18 | 1 | 13B | 62 | 33 |
| Octal | 374 | 12 | 277 | 0 | 140 | 30 | 1 | 473 | 142 | 63 |
| Binary | 11111100 | 1010 | 10111111 | 0 | 1100000 | 11000 | 1 | 100111011 | 1100010 | 110011 |
Color Harmonies of #FC0ABF
Complementary color
Monochromatic Colors of #FC0ABF
Black with #FC0ABF
Text Example
Text Example
White with #FC0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0ABF; }
p { color: rgb(252,10,191); }
H1.HeaderClassName
{
color: #FC0ABF;
}
.AnyTagClassName
{
color: #FC0ABF;
}
</style>
background-color css
<style>
a { background-color: #FC0ABF; }
a { background-color: rgb(252,10,191); }
div.DivClassName
{
background-color: #FC0ABF;
}
.BgClassName
{
background-color: #FC0ABF;
}
</style>
border-color css
<style>
span { border-color: #FC0ABF; }
span { border-color: rgb(252,10,191); }
td.TdClassName
{
border-color: #FC0ABF;
}
.TagClassName
{
border-color: #FC0ABF;
}
</style>