Shades of Shocking Pink #FC1BCC
Tints of Shocking Pink #FC1BCC
RGB
CMYK
RGB Variations
Color information
#FC1BCC (or 0xFC1BCC) is known color: Shocking Pink. HEX triplet: FC, 1B and CC. RGB value is (252,27,204). Sum of RGB (Red+Green+Blue) = 252+27+204=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BCC is #03E433. Grayscale: #717171. Windows color (decimal): -255028 or 13376508. OLE color: 13376508.
HSL color Cylindrical-coordinate representation of color #FC1BCC: hue angle of 312.8º 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 #FC1BCC is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 204 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.8º | 0.97% | 0.55% | - |
| HSV(B) | 312.8º | 0.89% | 0.99% | - |
| XYZ | 51.44 | 25.84 | 59.4 | - |
| YUV | 114.45 | 178.54 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 204 | 0 | 0.89 | 0.19 | 0.01 | 312.8 | 0.97 | 0.55 |
| Hex | FC | 1B | CC | 0 | 59 | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 33 | 314 | 0 | 131 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11011 | 11001100 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1BCC
Complementary color
Monochromatic Colors of #FC1BCC
Black with #FC1BCC
Text Example
Text Example
White with #FC1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BCC; }
p { color: rgb(252,27,204); }
H1.HeaderClassName
{
color: #FC1BCC;
}
.AnyTagClassName
{
color: #FC1BCC;
}
</style>
background-color css
<style>
a { background-color: #FC1BCC; }
a { background-color: rgb(252,27,204); }
div.DivClassName
{
background-color: #FC1BCC;
}
.BgClassName
{
background-color: #FC1BCC;
}
</style>
border-color css
<style>
span { border-color: #FC1BCC; }
span { border-color: rgb(252,27,204); }
td.TdClassName
{
border-color: #FC1BCC;
}
.TagClassName
{
border-color: #FC1BCC;
}
</style>