Shades of Shocking Pink #FC1FCC
Tints of Shocking Pink #FC1FCC
RGB
CMYK
RGB Variations
Color information
#FC1FCC (or 0xFC1FCC) is known color: Shocking Pink. HEX triplet: FC, 1F and CC. RGB value is (252,31,204). Sum of RGB (Red+Green+Blue) = 252+31+204=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1FCC is #03E033. Grayscale: #747474. Windows color (decimal): -254004 or 13377532. OLE color: 13377532.
HSL color Cylindrical-coordinate representation of color #FC1FCC: hue angle of 313.03º 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 #FC1FCC is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 204 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.01 |
| HSL | 313.03º | 0.97% | 0.55% | - |
| HSV(B) | 313.03º | 0.88% | 0.99% | - |
| XYZ | 51.53 | 26.04 | 59.44 | - |
| YUV | 116.8 | 177.22 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 204 | 0 | 0.88 | 0.19 | 0.01 | 313.03 | 0.97 | 0.55 |
| Hex | FC | 1F | CC | 0 | 58 | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 37 | 314 | 0 | 130 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11111 | 11001100 | 0 | 1011000 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1FCC
Complementary color
Monochromatic Colors of #FC1FCC
Black with #FC1FCC
Text Example
Text Example
White with #FC1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FCC; }
p { color: rgb(252,31,204); }
H1.HeaderClassName
{
color: #FC1FCC;
}
.AnyTagClassName
{
color: #FC1FCC;
}
</style>
background-color css
<style>
a { background-color: #FC1FCC; }
a { background-color: rgb(252,31,204); }
div.DivClassName
{
background-color: #FC1FCC;
}
.BgClassName
{
background-color: #FC1FCC;
}
</style>
border-color css
<style>
span { border-color: #FC1FCC; }
span { border-color: rgb(252,31,204); }
td.TdClassName
{
border-color: #FC1FCC;
}
.TagClassName
{
border-color: #FC1FCC;
}
</style>