Shades of Shocking Pink #F220C7
Tints of Shocking Pink #F220C7
RGB
CMYK
RGB Variations
Color information
#F220C7 (or 0xF220C7) is known color: Shocking Pink. HEX triplet: F2, 20 and C7. RGB value is (242,32,199). Sum of RGB (Red+Green+Blue) = 242+32+199=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F220C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220C7 is #0DDF38. Grayscale: #717171. Windows color (decimal): -909113 or 13050098. OLE color: 13050098.
HSL color Cylindrical-coordinate representation of color #F220C7: hue angle of 312.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 #F220C7 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.05 |
| HSL | 312.29º | 0.89% | 0.54% | - |
| HSV(B) | 312.29º | 0.87% | 0.95% | - |
| XYZ | 47.44 | 24.03 | 56.17 | - |
| YUV | 113.83 | 176.07 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 199 | 0 | 0.87 | 0.18 | 0.05 | 312.29 | 0.89 | 0.54 |
| Hex | F2 | 20 | C7 | 0 | 57 | 12 | 5 | 138 | 59 | 36 |
| Octal | 362 | 40 | 307 | 0 | 127 | 22 | 5 | 470 | 131 | 66 |
| Binary | 11110010 | 100000 | 11000111 | 0 | 1010111 | 10010 | 101 | 100111000 | 1011001 | 110110 |
Color Harmonies of #F220C7
Complementary color
Monochromatic Colors of #F220C7
Black with #F220C7
Text Example
Text Example
White with #F220C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220C7; }
p { color: rgb(242,32,199); }
H1.HeaderClassName
{
color: #F220C7;
}
.AnyTagClassName
{
color: #F220C7;
}
</style>
background-color css
<style>
a { background-color: #F220C7; }
a { background-color: rgb(242,32,199); }
div.DivClassName
{
background-color: #F220C7;
}
.BgClassName
{
background-color: #F220C7;
}
</style>
border-color css
<style>
span { border-color: #F220C7; }
span { border-color: rgb(242,32,199); }
td.TdClassName
{
border-color: #F220C7;
}
.TagClassName
{
border-color: #F220C7;
}
</style>