Shades of Shocking Pink #FC0FBC
Tints of Shocking Pink #FC0FBC
RGB
CMYK
RGB Variations
Color information
#FC0FBC (or 0xFC0FBC) is known color: Shocking Pink. HEX triplet: FC, 0F and BC. RGB value is (252,15,188). Sum of RGB (Red+Green+Blue) = 252+15+188=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FBC is #03F043. Grayscale: #696969. Windows color (decimal): -258116 or 12324860. OLE color: 12324860.
HSL color Cylindrical-coordinate representation of color #FC0FBC: hue angle of 316.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FBC is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.01 |
| HSL | 316.2º | 0.98% | 0.52% | - |
| HSV(B) | 316.2º | 0.94% | 0.99% | - |
| XYZ | 49.39 | 24.67 | 49.74 | - |
| YUV | 105.59 | 174.52 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 188 | 0 | 0.94 | 0.25 | 0.01 | 316.2 | 0.98 | 0.52 |
| Hex | FC | F | BC | 0 | 5E | 19 | 1 | 13C | 62 | 34 |
| Octal | 374 | 17 | 274 | 0 | 136 | 31 | 1 | 474 | 142 | 64 |
| Binary | 11111100 | 1111 | 10111100 | 0 | 1011110 | 11001 | 1 | 100111100 | 1100010 | 110100 |
Color Harmonies of #FC0FBC
Complementary color
Monochromatic Colors of #FC0FBC
Black with #FC0FBC
Text Example
Text Example
White with #FC0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FBC; }
p { color: rgb(252,15,188); }
H1.HeaderClassName
{
color: #FC0FBC;
}
.AnyTagClassName
{
color: #FC0FBC;
}
</style>
background-color css
<style>
a { background-color: #FC0FBC; }
a { background-color: rgb(252,15,188); }
div.DivClassName
{
background-color: #FC0FBC;
}
.BgClassName
{
background-color: #FC0FBC;
}
</style>
border-color css
<style>
span { border-color: #FC0FBC; }
span { border-color: rgb(252,15,188); }
td.TdClassName
{
border-color: #FC0FBC;
}
.TagClassName
{
border-color: #FC0FBC;
}
</style>