Shades of Shocking Pink #F022C6
Tints of Shocking Pink #F022C6
RGB
CMYK
RGB Variations
Color information
#F022C6 (or 0xF022C6) is known color: Shocking Pink. HEX triplet: F0, 22 and C6. RGB value is (240,34,198). Sum of RGB (Red+Green+Blue) = 240+34+198=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F022C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022C6 is #0FDD39. Grayscale: #717171. Windows color (decimal): -1039674 or 12985072. OLE color: 12985072.
HSL color Cylindrical-coordinate representation of color #F022C6: hue angle of 312.23º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022C6 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 198 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.06 |
| HSL | 312.23º | 0.87% | 0.54% | - |
| HSV(B) | 312.23º | 0.86% | 0.94% | - |
| XYZ | 46.7 | 23.75 | 55.55 | - |
| YUV | 114.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 198 | 0 | 0.86 | 0.18 | 0.06 | 312.23 | 0.87 | 0.54 |
| Hex | F0 | 22 | C6 | 0 | 56 | 12 | 6 | 138 | 57 | 36 |
| Octal | 360 | 42 | 306 | 0 | 126 | 22 | 6 | 470 | 127 | 66 |
| Binary | 11110000 | 100010 | 11000110 | 0 | 1010110 | 10010 | 110 | 100111000 | 1010111 | 110110 |
Color Harmonies of #F022C6
Complementary color
Monochromatic Colors of #F022C6
Black with #F022C6
Text Example
Text Example
White with #F022C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022C6; }
p { color: rgb(240,34,198); }
H1.HeaderClassName
{
color: #F022C6;
}
.AnyTagClassName
{
color: #F022C6;
}
</style>
background-color css
<style>
a { background-color: #F022C6; }
a { background-color: rgb(240,34,198); }
div.DivClassName
{
background-color: #F022C6;
}
.BgClassName
{
background-color: #F022C6;
}
</style>
border-color css
<style>
span { border-color: #F022C6; }
span { border-color: rgb(240,34,198); }
td.TdClassName
{
border-color: #F022C6;
}
.TagClassName
{
border-color: #F022C6;
}
</style>