Shades of Shocking Pink #FC20C1
Tints of Shocking Pink #FC20C1
RGB
CMYK
RGB Variations
Color information
#FC20C1 (or 0xFC20C1) is known color: Shocking Pink. HEX triplet: FC, 20 and C1. RGB value is (252,32,193). Sum of RGB (Red+Green+Blue) = 252+32+193=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20C1 is #03DF3E. Grayscale: #737373. Windows color (decimal): -253759 or 12656892. OLE color: 12656892.
HSL color Cylindrical-coordinate representation of color #FC20C1: hue angle of 316.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20C1 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 193 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.01 |
| HSL | 316.09º | 0.97% | 0.56% | - |
| HSV(B) | 316.09º | 0.87% | 0.99% | - |
| XYZ | 50.29 | 25.58 | 52.74 | - |
| YUV | 116.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 193 | 0 | 0.87 | 0.23 | 0.01 | 316.09 | 0.97 | 0.56 |
| Hex | FC | 20 | C1 | 0 | 57 | 17 | 1 | 13C | 61 | 38 |
| Octal | 374 | 40 | 301 | 0 | 127 | 27 | 1 | 474 | 141 | 70 |
| Binary | 11111100 | 100000 | 11000001 | 0 | 1010111 | 10111 | 1 | 100111100 | 1100001 | 111000 |
Color Harmonies of #FC20C1
Complementary color
Monochromatic Colors of #FC20C1
Black with #FC20C1
Text Example
Text Example
White with #FC20C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20C1; }
p { color: rgb(252,32,193); }
H1.HeaderClassName
{
color: #FC20C1;
}
.AnyTagClassName
{
color: #FC20C1;
}
</style>
background-color css
<style>
a { background-color: #FC20C1; }
a { background-color: rgb(252,32,193); }
div.DivClassName
{
background-color: #FC20C1;
}
.BgClassName
{
background-color: #FC20C1;
}
</style>
border-color css
<style>
span { border-color: #FC20C1; }
span { border-color: rgb(252,32,193); }
td.TdClassName
{
border-color: #FC20C1;
}
.TagClassName
{
border-color: #FC20C1;
}
</style>