Shades of Shocking Pink #F220C0
Tints of Shocking Pink #F220C0
RGB
CMYK
RGB Variations
Color information
#F220C0 (or 0xF220C0) is known color: Shocking Pink. HEX triplet: F2, 20 and C0. RGB value is (242,32,192). Sum of RGB (Red+Green+Blue) = 242+32+192=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F220C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220C0 is #0DDF3F. Grayscale: #707070. Windows color (decimal): -909120 or 12591346. OLE color: 12591346.
HSL color Cylindrical-coordinate representation of color #F220C0: hue angle of 314.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220C0 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 192 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.05 |
| HSL | 314.29º | 0.89% | 0.54% | - |
| HSV(B) | 314.29º | 0.87% | 0.95% | - |
| XYZ | 46.65 | 23.72 | 51.99 | - |
| YUV | 113.03 | 172.57 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 192 | 0 | 0.87 | 0.21 | 0.05 | 314.29 | 0.89 | 0.54 |
| Hex | F2 | 20 | C0 | 0 | 57 | 15 | 5 | 13A | 59 | 36 |
| Octal | 362 | 40 | 300 | 0 | 127 | 25 | 5 | 472 | 131 | 66 |
| Binary | 11110010 | 100000 | 11000000 | 0 | 1010111 | 10101 | 101 | 100111010 | 1011001 | 110110 |
Color Harmonies of #F220C0
Complementary color
Monochromatic Colors of #F220C0
Black with #F220C0
Text Example
Text Example
White with #F220C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220C0; }
p { color: rgb(242,32,192); }
H1.HeaderClassName
{
color: #F220C0;
}
.AnyTagClassName
{
color: #F220C0;
}
</style>
background-color css
<style>
a { background-color: #F220C0; }
a { background-color: rgb(242,32,192); }
div.DivClassName
{
background-color: #F220C0;
}
.BgClassName
{
background-color: #F220C0;
}
</style>
border-color css
<style>
span { border-color: #F220C0; }
span { border-color: rgb(242,32,192); }
td.TdClassName
{
border-color: #F220C0;
}
.TagClassName
{
border-color: #F220C0;
}
</style>