Shades of Shocking Pink #FC0BBC
Tints of Shocking Pink #FC0BBC
RGB
CMYK
RGB Variations
Color information
#FC0BBC (or 0xFC0BBC) is known color: Shocking Pink. HEX triplet: FC, 0B and BC. RGB value is (252,11,188). Sum of RGB (Red+Green+Blue) = 252+11+188=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BBC is #03F443. Grayscale: #666666. Windows color (decimal): -259140 or 12323836. OLE color: 12323836.
HSL color Cylindrical-coordinate representation of color #FC0BBC: hue angle of 315.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0BBC is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 188 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.01 |
| HSL | 315.93º | 0.98% | 0.52% | - |
| HSV(B) | 315.93º | 0.96% | 0.99% | - |
| XYZ | 49.34 | 24.57 | 49.72 | - |
| YUV | 103.24 | 175.84 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 188 | 0 | 0.96 | 0.25 | 0.01 | 315.93 | 0.98 | 0.52 |
| Hex | FC | B | BC | 0 | 60 | 19 | 1 | 13C | 62 | 34 |
| Octal | 374 | 13 | 274 | 0 | 140 | 31 | 1 | 474 | 142 | 64 |
| Binary | 11111100 | 1011 | 10111100 | 0 | 1100000 | 11001 | 1 | 100111100 | 1100010 | 110100 |
Color Harmonies of #FC0BBC
Complementary color
Monochromatic Colors of #FC0BBC
Black with #FC0BBC
Text Example
Text Example
White with #FC0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BBC; }
p { color: rgb(252,11,188); }
H1.HeaderClassName
{
color: #FC0BBC;
}
.AnyTagClassName
{
color: #FC0BBC;
}
</style>
background-color css
<style>
a { background-color: #FC0BBC; }
a { background-color: rgb(252,11,188); }
div.DivClassName
{
background-color: #FC0BBC;
}
.BgClassName
{
background-color: #FC0BBC;
}
</style>
border-color css
<style>
span { border-color: #FC0BBC; }
span { border-color: rgb(252,11,188); }
td.TdClassName
{
border-color: #FC0BBC;
}
.TagClassName
{
border-color: #FC0BBC;
}
</style>