Shades of Shocking Pink #F20EBA
Tints of Shocking Pink #F20EBA
RGB
CMYK
RGB Variations
Color information
#F20EBA (or 0xF20EBA) is known color: Shocking Pink. HEX triplet: F2, 0E and BA. RGB value is (242,14,186). Sum of RGB (Red+Green+Blue) = 242+14+186=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EBA is #0DF145. Grayscale: #656565. Windows color (decimal): -913734 or 12193522. OLE color: 12193522.
HSL color Cylindrical-coordinate representation of color #F20EBA: hue angle of 314.74º 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 #F20EBA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.05 |
| HSL | 314.74º | 0.9% | 0.5% | - |
| HSV(B) | 314.74º | 0.94% | 0.95% | - |
| XYZ | 45.64 | 22.74 | 48.44 | - |
| YUV | 101.78 | 175.54 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 186 | 0 | 0.94 | 0.23 | 0.05 | 314.74 | 0.9 | 0.5 |
| Hex | F2 | E | BA | 0 | 5E | 17 | 5 | 13B | 5A | 32 |
| Octal | 362 | 16 | 272 | 0 | 136 | 27 | 5 | 473 | 132 | 62 |
| Binary | 11110010 | 1110 | 10111010 | 0 | 1011110 | 10111 | 101 | 100111011 | 1011010 | 110010 |
Color Harmonies of #F20EBA
Complementary color
Monochromatic Colors of #F20EBA
Black with #F20EBA
Text Example
Text Example
White with #F20EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EBA; }
p { color: rgb(242,14,186); }
H1.HeaderClassName
{
color: #F20EBA;
}
.AnyTagClassName
{
color: #F20EBA;
}
</style>
background-color css
<style>
a { background-color: #F20EBA; }
a { background-color: rgb(242,14,186); }
div.DivClassName
{
background-color: #F20EBA;
}
.BgClassName
{
background-color: #F20EBA;
}
</style>
border-color css
<style>
span { border-color: #F20EBA; }
span { border-color: rgb(242,14,186); }
td.TdClassName
{
border-color: #F20EBA;
}
.TagClassName
{
border-color: #F20EBA;
}
</style>