Shades of Shocking Pink #F622C0
Tints of Shocking Pink #F622C0
RGB
CMYK
RGB Variations
Color information
#F622C0 (or 0xF622C0) is known color: Shocking Pink. HEX triplet: F6, 22 and C0. RGB value is (246,34,192). Sum of RGB (Red+Green+Blue) = 246+34+192=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F622C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F622C0 is #09DD3F. Grayscale: #727272. Windows color (decimal): -646464 or 12591862. OLE color: 12591862.
HSL color Cylindrical-coordinate representation of color #F622C0: hue angle of 315.28º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F622C0 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 192 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.04 |
| HSL | 315.28º | 0.92% | 0.55% | - |
| HSV(B) | 315.28º | 0.86% | 0.96% | - |
| XYZ | 48.09 | 24.54 | 52.07 | - |
| YUV | 115.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 192 | 0 | 0.86 | 0.22 | 0.04 | 315.28 | 0.92 | 0.55 |
| Hex | F6 | 22 | C0 | 0 | 56 | 16 | 4 | 13B | 5C | 37 |
| Octal | 366 | 42 | 300 | 0 | 126 | 26 | 4 | 473 | 134 | 67 |
| Binary | 11110110 | 100010 | 11000000 | 0 | 1010110 | 10110 | 100 | 100111011 | 1011100 | 110111 |
Color Harmonies of #F622C0
Complementary color
Monochromatic Colors of #F622C0
Black with #F622C0
Text Example
Text Example
White with #F622C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F622C0; }
p { color: rgb(246,34,192); }
H1.HeaderClassName
{
color: #F622C0;
}
.AnyTagClassName
{
color: #F622C0;
}
</style>
background-color css
<style>
a { background-color: #F622C0; }
a { background-color: rgb(246,34,192); }
div.DivClassName
{
background-color: #F622C0;
}
.BgClassName
{
background-color: #F622C0;
}
</style>
border-color css
<style>
span { border-color: #F622C0; }
span { border-color: rgb(246,34,192); }
td.TdClassName
{
border-color: #F622C0;
}
.TagClassName
{
border-color: #F622C0;
}
</style>