Shades of Shocking Pink #FC1BBC
Tints of Shocking Pink #FC1BBC
RGB
CMYK
RGB Variations
Color information
#FC1BBC (or 0xFC1BBC) is known color: Shocking Pink. HEX triplet: FC, 1B and BC. RGB value is (252,27,188). Sum of RGB (Red+Green+Blue) = 252+27+188=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BBC is #03E443. Grayscale: #707070. Windows color (decimal): -255044 or 12327932. OLE color: 12327932.
HSL color Cylindrical-coordinate representation of color #FC1BBC: hue angle of 317.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1BBC is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.01 |
| HSL | 317.07º | 0.97% | 0.55% | - |
| HSV(B) | 317.07º | 0.89% | 0.99% | - |
| XYZ | 49.61 | 25.11 | 49.81 | - |
| YUV | 112.63 | 170.54 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 188 | 0 | 0.89 | 0.25 | 0.01 | 317.07 | 0.97 | 0.55 |
| Hex | FC | 1B | BC | 0 | 59 | 19 | 1 | 13D | 61 | 37 |
| Octal | 374 | 33 | 274 | 0 | 131 | 31 | 1 | 475 | 141 | 67 |
| Binary | 11111100 | 11011 | 10111100 | 0 | 1011001 | 11001 | 1 | 100111101 | 1100001 | 110111 |
Color Harmonies of #FC1BBC
Complementary color
Monochromatic Colors of #FC1BBC
Black with #FC1BBC
Text Example
Text Example
White with #FC1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BBC; }
p { color: rgb(252,27,188); }
H1.HeaderClassName
{
color: #FC1BBC;
}
.AnyTagClassName
{
color: #FC1BBC;
}
</style>
background-color css
<style>
a { background-color: #FC1BBC; }
a { background-color: rgb(252,27,188); }
div.DivClassName
{
background-color: #FC1BBC;
}
.BgClassName
{
background-color: #FC1BBC;
}
</style>
border-color css
<style>
span { border-color: #FC1BBC; }
span { border-color: rgb(252,27,188); }
td.TdClassName
{
border-color: #FC1BBC;
}
.TagClassName
{
border-color: #FC1BBC;
}
</style>