Shades of Shocking Pink #FC1CCD
Tints of Shocking Pink #FC1CCD
RGB
CMYK
RGB Variations
Color information
#FC1CCD (or 0xFC1CCD) is known color: Shocking Pink. HEX triplet: FC, 1C and CD. RGB value is (252,28,205). Sum of RGB (Red+Green+Blue) = 252+28+205=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CCD is #03E332. Grayscale: #727272. Windows color (decimal): -254771 or 13442300. OLE color: 13442300.
HSL color Cylindrical-coordinate representation of color #FC1CCD: hue angle of 312.59º 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 #FC1CCD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 205 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.59º | 0.97% | 0.55% | - |
| HSV(B) | 312.59º | 0.89% | 0.99% | - |
| XYZ | 51.58 | 25.93 | 60.04 | - |
| YUV | 115.15 | 178.71 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 205 | 0 | 0.89 | 0.19 | 0.01 | 312.59 | 0.97 | 0.55 |
| Hex | FC | 1C | CD | 0 | 59 | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 34 | 315 | 0 | 131 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11100 | 11001101 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1CCD
Complementary color
Monochromatic Colors of #FC1CCD
Black with #FC1CCD
Text Example
Text Example
White with #FC1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CCD; }
p { color: rgb(252,28,205); }
H1.HeaderClassName
{
color: #FC1CCD;
}
.AnyTagClassName
{
color: #FC1CCD;
}
</style>
background-color css
<style>
a { background-color: #FC1CCD; }
a { background-color: rgb(252,28,205); }
div.DivClassName
{
background-color: #FC1CCD;
}
.BgClassName
{
background-color: #FC1CCD;
}
</style>
border-color css
<style>
span { border-color: #FC1CCD; }
span { border-color: rgb(252,28,205); }
td.TdClassName
{
border-color: #FC1CCD;
}
.TagClassName
{
border-color: #FC1CCD;
}
</style>