Shades of Shocking Pink #F20FC2
Tints of Shocking Pink #F20FC2
RGB
CMYK
RGB Variations
Color information
#F20FC2 (or 0xF20FC2) is known color: Shocking Pink. HEX triplet: F2, 0F and C2. RGB value is (242,15,194). Sum of RGB (Red+Green+Blue) = 242+15+194=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FC2 is #0DF03D. Grayscale: #666666. Windows color (decimal): -913470 or 12718066. OLE color: 12718066.
HSL color Cylindrical-coordinate representation of color #F20FC2: hue angle of 312.69º 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 #F20FC2 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 194 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.05 |
| HSL | 312.69º | 0.9% | 0.5% | - |
| HSV(B) | 312.69º | 0.94% | 0.95% | - |
| XYZ | 46.53 | 23.11 | 53.05 | - |
| YUV | 103.28 | 179.21 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 194 | 0 | 0.94 | 0.20 | 0.05 | 312.69 | 0.9 | 0.5 |
| Hex | F2 | F | C2 | 0 | 5E | 14 | 5 | 139 | 5A | 32 |
| Octal | 362 | 17 | 302 | 0 | 136 | 24 | 5 | 471 | 132 | 62 |
| Binary | 11110010 | 1111 | 11000010 | 0 | 1011110 | 10100 | 101 | 100111001 | 1011010 | 110010 |
Color Harmonies of #F20FC2
Complementary color
Monochromatic Colors of #F20FC2
Black with #F20FC2
Text Example
Text Example
White with #F20FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FC2; }
p { color: rgb(242,15,194); }
H1.HeaderClassName
{
color: #F20FC2;
}
.AnyTagClassName
{
color: #F20FC2;
}
</style>
background-color css
<style>
a { background-color: #F20FC2; }
a { background-color: rgb(242,15,194); }
div.DivClassName
{
background-color: #F20FC2;
}
.BgClassName
{
background-color: #F20FC2;
}
</style>
border-color css
<style>
span { border-color: #F20FC2; }
span { border-color: rgb(242,15,194); }
td.TdClassName
{
border-color: #F20FC2;
}
.TagClassName
{
border-color: #F20FC2;
}
</style>