Shades of Shocking Pink #FC00BB
Tints of Shocking Pink #FC00BB
RGB
CMYK
RGB Variations
Color information
#FC00BB (or 0xFC00BB) is known color: Shocking Pink. HEX triplet: FC, 00 and BB. RGB value is (252,0,187). Sum of RGB (Red+Green+Blue) = 252+0+187=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00BB is #03FF44. Grayscale: #606060. Windows color (decimal): -261957 or 12255484. OLE color: 12255484.
HSL color Cylindrical-coordinate representation of color #FC00BB: hue angle of 315.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00BB is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.26 | 0.01 |
| HSL | 315.48º | 1% | 0.49% | - |
| HSV(B) | 315.48º | 1% | 0.99% | - |
| XYZ | 49.11 | 24.28 | 49.11 | - |
| YUV | 96.67 | 178.99 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 187 | 0 | 1 | 0.26 | 0.01 | 315.48 | 1 | 0.49 |
| Hex | FC | 0 | BB | 0 | 64 | 1A | 1 | 13B | 64 | 31 |
| Octal | 374 | 0 | 273 | 0 | 144 | 32 | 1 | 473 | 144 | 61 |
| Binary | 11111100 | 0 | 10111011 | 0 | 1100100 | 11010 | 1 | 100111011 | 1100100 | 110001 |
Color Harmonies of #FC00BB
Complementary color
Monochromatic Colors of #FC00BB
Black with #FC00BB
Text Example
Text Example
White with #FC00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00BB; }
p { color: rgb(252,0,187); }
H1.HeaderClassName
{
color: #FC00BB;
}
.AnyTagClassName
{
color: #FC00BB;
}
</style>
background-color css
<style>
a { background-color: #FC00BB; }
a { background-color: rgb(252,0,187); }
div.DivClassName
{
background-color: #FC00BB;
}
.BgClassName
{
background-color: #FC00BB;
}
</style>
border-color css
<style>
span { border-color: #FC00BB; }
span { border-color: rgb(252,0,187); }
td.TdClassName
{
border-color: #FC00BB;
}
.TagClassName
{
border-color: #FC00BB;
}
</style>