Shades of Shocking Pink #FC1DCC
Tints of Shocking Pink #FC1DCC
RGB
CMYK
RGB Variations
Color information
#FC1DCC (or 0xFC1DCC) is known color: Shocking Pink. HEX triplet: FC, 1D and CC. RGB value is (252,29,204). Sum of RGB (Red+Green+Blue) = 252+29+204=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DCC is #03E233. Grayscale: #737373. Windows color (decimal): -254516 or 13377020. OLE color: 13377020.
HSL color Cylindrical-coordinate representation of color #FC1DCC: hue angle of 312.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1DCC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.01 |
| HSL | 312.91º | 0.97% | 0.55% | - |
| HSV(B) | 312.91º | 0.88% | 0.99% | - |
| XYZ | 51.48 | 25.93 | 59.42 | - |
| YUV | 115.63 | 177.88 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 204 | 0 | 0.88 | 0.19 | 0.01 | 312.91 | 0.97 | 0.55 |
| Hex | FC | 1D | CC | 0 | 58 | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 35 | 314 | 0 | 130 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11101 | 11001100 | 0 | 1011000 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1DCC
Complementary color
Monochromatic Colors of #FC1DCC
Black with #FC1DCC
Text Example
Text Example
White with #FC1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DCC; }
p { color: rgb(252,29,204); }
H1.HeaderClassName
{
color: #FC1DCC;
}
.AnyTagClassName
{
color: #FC1DCC;
}
</style>
background-color css
<style>
a { background-color: #FC1DCC; }
a { background-color: rgb(252,29,204); }
div.DivClassName
{
background-color: #FC1DCC;
}
.BgClassName
{
background-color: #FC1DCC;
}
</style>
border-color css
<style>
span { border-color: #FC1DCC; }
span { border-color: rgb(252,29,204); }
td.TdClassName
{
border-color: #FC1DCC;
}
.TagClassName
{
border-color: #FC1DCC;
}
</style>