Shades of Shocking Pink #FF20C0
Tints of Shocking Pink #FF20C0
RGB
CMYK
RGB Variations
Color information
#FF20C0 (or 0xFF20C0) is known color: Shocking Pink. HEX triplet: FF, 20 and C0. RGB value is (255,32,192). Sum of RGB (Red+Green+Blue) = 255+32+192=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20C0 is #00DF3F. Grayscale: #747474. Windows color (decimal): -57152 or 12591359. OLE color: 12591359.
HSL color Cylindrical-coordinate representation of color #FF20C0: hue angle of 316.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20C0 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 192 | - |
| CMYK | 0 | 0.87 | 0.25 | 0 |
| HSL | 316.95º | 1% | 0.56% | - |
| HSV(B) | 316.95º | 0.87% | 1% | - |
| XYZ | 51.27 | 26.1 | 52.2 | - |
| YUV | 116.92 | 170.38 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 192 | 0 | 0.87 | 0.25 | 0 | 316.95 | 1 | 0.56 |
| Hex | FF | 20 | C0 | 0 | 57 | 19 | 0 | 13D | 64 | 38 |
| Octal | 377 | 40 | 300 | 0 | 127 | 31 | 0 | 475 | 144 | 70 |
| Binary | 11111111 | 100000 | 11000000 | 0 | 1010111 | 11001 | 0 | 100111101 | 1100100 | 111000 |
Color Harmonies of #FF20C0
Complementary color
Monochromatic Colors of #FF20C0
Black with #FF20C0
Text Example
Text Example
White with #FF20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20C0; }
p { color: rgb(255,32,192); }
H1.HeaderClassName
{
color: #FF20C0;
}
.AnyTagClassName
{
color: #FF20C0;
}
</style>
background-color css
<style>
a { background-color: #FF20C0; }
a { background-color: rgb(255,32,192); }
div.DivClassName
{
background-color: #FF20C0;
}
.BgClassName
{
background-color: #FF20C0;
}
</style>
border-color css
<style>
span { border-color: #FF20C0; }
span { border-color: rgb(255,32,192); }
td.TdClassName
{
border-color: #FF20C0;
}
.TagClassName
{
border-color: #FF20C0;
}
</style>