Shades of Shocking Pink #F20FC6
Tints of Shocking Pink #F20FC6
RGB
CMYK
RGB Variations
Color information
#F20FC6 (or 0xF20FC6) is known color: Shocking Pink. HEX triplet: F2, 0F and C6. RGB value is (242,15,198). Sum of RGB (Red+Green+Blue) = 242+15+198=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FC6 is #0DF039. Grayscale: #676767. Windows color (decimal): -913466 or 12980210. OLE color: 12980210.
HSL color Cylindrical-coordinate representation of color #F20FC6: hue angle of 311.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FC6 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 198 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.05 |
| HSL | 311.63º | 0.9% | 0.5% | - |
| HSV(B) | 311.63º | 0.94% | 0.95% | - |
| XYZ | 46.98 | 23.3 | 55.45 | - |
| YUV | 103.74 | 181.21 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 198 | 0 | 0.94 | 0.18 | 0.05 | 311.63 | 0.9 | 0.5 |
| Hex | F2 | F | C6 | 0 | 5E | 12 | 5 | 138 | 5A | 32 |
| Octal | 362 | 17 | 306 | 0 | 136 | 22 | 5 | 470 | 132 | 62 |
| Binary | 11110010 | 1111 | 11000110 | 0 | 1011110 | 10010 | 101 | 100111000 | 1011010 | 110010 |
Color Harmonies of #F20FC6
Complementary color
Monochromatic Colors of #F20FC6
Black with #F20FC6
Text Example
Text Example
White with #F20FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FC6; }
p { color: rgb(242,15,198); }
H1.HeaderClassName
{
color: #F20FC6;
}
.AnyTagClassName
{
color: #F20FC6;
}
</style>
background-color css
<style>
a { background-color: #F20FC6; }
a { background-color: rgb(242,15,198); }
div.DivClassName
{
background-color: #F20FC6;
}
.BgClassName
{
background-color: #F20FC6;
}
</style>
border-color css
<style>
span { border-color: #F20FC6; }
span { border-color: rgb(242,15,198); }
td.TdClassName
{
border-color: #F20FC6;
}
.TagClassName
{
border-color: #F20FC6;
}
</style>