Shades of Shocking Pink #FC1BCB
Tints of Shocking Pink #FC1BCB
RGB
CMYK
RGB Variations
Color information
#FC1BCB (or 0xFC1BCB) is known color: Shocking Pink. HEX triplet: FC, 1B and CB. RGB value is (252,27,203). Sum of RGB (Red+Green+Blue) = 252+27+203=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BCB is #03E434. Grayscale: #717171. Windows color (decimal): -255029 or 13310972. OLE color: 13310972.
HSL color Cylindrical-coordinate representation of color #FC1BCB: hue angle of 313.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 #FC1BCB is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 313.07º | 0.97% | 0.55% | - |
| HSV(B) | 313.07º | 0.89% | 0.99% | - |
| XYZ | 51.32 | 25.79 | 58.77 | - |
| YUV | 114.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 203 | 0 | 0.89 | 0.19 | 0.01 | 313.07 | 0.97 | 0.55 |
| Hex | FC | 1B | CB | 0 | 59 | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 33 | 313 | 0 | 131 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11011 | 11001011 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1BCB
Complementary color
Monochromatic Colors of #FC1BCB
Black with #FC1BCB
Text Example
Text Example
White with #FC1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BCB; }
p { color: rgb(252,27,203); }
H1.HeaderClassName
{
color: #FC1BCB;
}
.AnyTagClassName
{
color: #FC1BCB;
}
</style>
background-color css
<style>
a { background-color: #FC1BCB; }
a { background-color: rgb(252,27,203); }
div.DivClassName
{
background-color: #FC1BCB;
}
.BgClassName
{
background-color: #FC1BCB;
}
</style>
border-color css
<style>
span { border-color: #FC1BCB; }
span { border-color: rgb(252,27,203); }
td.TdClassName
{
border-color: #FC1BCB;
}
.TagClassName
{
border-color: #FC1BCB;
}
</style>