Shades of Shocking Pink #FC1DC0
Tints of Shocking Pink #FC1DC0
RGB
CMYK
RGB Variations
Color information
#FC1DC0 (or 0xFC1DC0) is known color: Shocking Pink. HEX triplet: FC, 1D and C0. RGB value is (252,29,192). Sum of RGB (Red+Green+Blue) = 252+29+192=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DC0 is #03E23F. Grayscale: #717171. Windows color (decimal): -254528 or 12590588. OLE color: 12590588.
HSL color Cylindrical-coordinate representation of color #FC1DC0: hue angle of 316.14º 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 #FC1DC0 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 192 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.01 |
| HSL | 316.14º | 0.97% | 0.55% | - |
| HSV(B) | 316.14º | 0.88% | 0.99% | - |
| XYZ | 50.1 | 25.38 | 52.13 | - |
| YUV | 114.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 192 | 0 | 0.88 | 0.24 | 0.01 | 316.14 | 0.97 | 0.55 |
| Hex | FC | 1D | C0 | 0 | 58 | 18 | 1 | 13C | 61 | 37 |
| Octal | 374 | 35 | 300 | 0 | 130 | 30 | 1 | 474 | 141 | 67 |
| Binary | 11111100 | 11101 | 11000000 | 0 | 1011000 | 11000 | 1 | 100111100 | 1100001 | 110111 |
Color Harmonies of #FC1DC0
Complementary color
Monochromatic Colors of #FC1DC0
Black with #FC1DC0
Text Example
Text Example
White with #FC1DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DC0; }
p { color: rgb(252,29,192); }
H1.HeaderClassName
{
color: #FC1DC0;
}
.AnyTagClassName
{
color: #FC1DC0;
}
</style>
background-color css
<style>
a { background-color: #FC1DC0; }
a { background-color: rgb(252,29,192); }
div.DivClassName
{
background-color: #FC1DC0;
}
.BgClassName
{
background-color: #FC1DC0;
}
</style>
border-color css
<style>
span { border-color: #FC1DC0; }
span { border-color: rgb(252,29,192); }
td.TdClassName
{
border-color: #FC1DC0;
}
.TagClassName
{
border-color: #FC1DC0;
}
</style>