Shades of Shocking Pink #F20ECE
Tints of Shocking Pink #F20ECE
RGB
CMYK
RGB Variations
Color information
#F20ECE (or 0xF20ECE) is known color: Shocking Pink. HEX triplet: F2, 0E and CE. RGB value is (242,14,206). Sum of RGB (Red+Green+Blue) = 242+14+206=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ECE is #0DF131. Grayscale: #676767. Windows color (decimal): -913714 or 13504242. OLE color: 13504242.
HSL color Cylindrical-coordinate representation of color #F20ECE: hue angle of 309.47º 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 #F20ECE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.47º | 0.9% | 0.5% | - |
| HSV(B) | 309.47º | 0.94% | 0.95% | - |
| XYZ | 47.92 | 23.65 | 60.43 | - |
| YUV | 104.06 | 185.54 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 206 | 0 | 0.94 | 0.15 | 0.05 | 309.47 | 0.9 | 0.5 |
| Hex | F2 | E | CE | 0 | 5E | F | 5 | 135 | 5A | 32 |
| Octal | 362 | 16 | 316 | 0 | 136 | 17 | 5 | 465 | 132 | 62 |
| Binary | 11110010 | 1110 | 11001110 | 0 | 1011110 | 1111 | 101 | 100110101 | 1011010 | 110010 |
Color Harmonies of #F20ECE
Complementary color
Monochromatic Colors of #F20ECE
Black with #F20ECE
Text Example
Text Example
White with #F20ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ECE; }
p { color: rgb(242,14,206); }
H1.HeaderClassName
{
color: #F20ECE;
}
.AnyTagClassName
{
color: #F20ECE;
}
</style>
background-color css
<style>
a { background-color: #F20ECE; }
a { background-color: rgb(242,14,206); }
div.DivClassName
{
background-color: #F20ECE;
}
.BgClassName
{
background-color: #F20ECE;
}
</style>
border-color css
<style>
span { border-color: #F20ECE; }
span { border-color: rgb(242,14,206); }
td.TdClassName
{
border-color: #F20ECE;
}
.TagClassName
{
border-color: #F20ECE;
}
</style>