Shades of Shocking Pink #F022C5
Tints of Shocking Pink #F022C5
RGB
CMYK
RGB Variations
Color information
#F022C5 (or 0xF022C5) is known color: Shocking Pink. HEX triplet: F0, 22 and C5. RGB value is (240,34,197). Sum of RGB (Red+Green+Blue) = 240+34+197=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F022C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022C5 is #0FDD3A. Grayscale: #717171. Windows color (decimal): -1039675 or 12919536. OLE color: 12919536.
HSL color Cylindrical-coordinate representation of color #F022C5: hue angle of 312.52º 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 #F022C5 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 197 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.06 |
| HSL | 312.52º | 0.87% | 0.54% | - |
| HSV(B) | 312.52º | 0.86% | 0.94% | - |
| XYZ | 46.59 | 23.7 | 54.94 | - |
| YUV | 114.18 | 174.75 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 197 | 0 | 0.86 | 0.18 | 0.06 | 312.52 | 0.87 | 0.54 |
| Hex | F0 | 22 | C5 | 0 | 56 | 12 | 6 | 139 | 57 | 36 |
| Octal | 360 | 42 | 305 | 0 | 126 | 22 | 6 | 471 | 127 | 66 |
| Binary | 11110000 | 100010 | 11000101 | 0 | 1010110 | 10010 | 110 | 100111001 | 1010111 | 110110 |
Color Harmonies of #F022C5
Complementary color
Monochromatic Colors of #F022C5
Black with #F022C5
Text Example
Text Example
White with #F022C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022C5; }
p { color: rgb(240,34,197); }
H1.HeaderClassName
{
color: #F022C5;
}
.AnyTagClassName
{
color: #F022C5;
}
</style>
background-color css
<style>
a { background-color: #F022C5; }
a { background-color: rgb(240,34,197); }
div.DivClassName
{
background-color: #F022C5;
}
.BgClassName
{
background-color: #F022C5;
}
</style>
border-color css
<style>
span { border-color: #F022C5; }
span { border-color: rgb(240,34,197); }
td.TdClassName
{
border-color: #F022C5;
}
.TagClassName
{
border-color: #F022C5;
}
</style>