Shades of Shocking Pink #F220C9
Tints of Shocking Pink #F220C9
RGB
CMYK
RGB Variations
Color information
#F220C9 (or 0xF220C9) is known color: Shocking Pink. HEX triplet: F2, 20 and C9. RGB value is (242,32,201). Sum of RGB (Red+Green+Blue) = 242+32+201=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F220C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220C9 is #0DDF36. Grayscale: #717171. Windows color (decimal): -909111 or 13181170. OLE color: 13181170.
HSL color Cylindrical-coordinate representation of color #F220C9: hue angle of 311.71º 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 #F220C9 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 201 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.05 |
| HSL | 311.71º | 0.89% | 0.54% | - |
| HSV(B) | 311.71º | 0.87% | 0.95% | - |
| XYZ | 47.68 | 24.13 | 57.4 | - |
| YUV | 114.06 | 177.07 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 201 | 0 | 0.87 | 0.17 | 0.05 | 311.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | C9 | 0 | 57 | 11 | 5 | 138 | 59 | 36 |
| Octal | 362 | 40 | 311 | 0 | 127 | 21 | 5 | 470 | 131 | 66 |
| Binary | 11110010 | 100000 | 11001001 | 0 | 1010111 | 10001 | 101 | 100111000 | 1011001 | 110110 |
Color Harmonies of #F220C9
Complementary color
Monochromatic Colors of #F220C9
Black with #F220C9
Text Example
Text Example
White with #F220C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220C9; }
p { color: rgb(242,32,201); }
H1.HeaderClassName
{
color: #F220C9;
}
.AnyTagClassName
{
color: #F220C9;
}
</style>
background-color css
<style>
a { background-color: #F220C9; }
a { background-color: rgb(242,32,201); }
div.DivClassName
{
background-color: #F220C9;
}
.BgClassName
{
background-color: #F220C9;
}
</style>
border-color css
<style>
span { border-color: #F220C9; }
span { border-color: rgb(242,32,201); }
td.TdClassName
{
border-color: #F220C9;
}
.TagClassName
{
border-color: #F220C9;
}
</style>