Shades of Shocking Pink #F20ECD
Tints of Shocking Pink #F20ECD
RGB
CMYK
RGB Variations
Color information
#F20ECD (or 0xF20ECD) is known color: Shocking Pink. HEX triplet: F2, 0E and CD. RGB value is (242,14,205). Sum of RGB (Red+Green+Blue) = 242+14+205=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ECD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ECD is #0DF132. Grayscale: #676767. Windows color (decimal): -913715 or 13438706. OLE color: 13438706.
HSL color Cylindrical-coordinate representation of color #F20ECD: hue angle of 309.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 #F20ECD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.74º | 0.9% | 0.5% | - |
| HSV(B) | 309.74º | 0.94% | 0.95% | - |
| XYZ | 47.79 | 23.6 | 59.79 | - |
| YUV | 103.95 | 185.04 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 205 | 0 | 0.94 | 0.15 | 0.05 | 309.74 | 0.9 | 0.5 |
| Hex | F2 | E | CD | 0 | 5E | F | 5 | 136 | 5A | 32 |
| Octal | 362 | 16 | 315 | 0 | 136 | 17 | 5 | 466 | 132 | 62 |
| Binary | 11110010 | 1110 | 11001101 | 0 | 1011110 | 1111 | 101 | 100110110 | 1011010 | 110010 |
Color Harmonies of #F20ECD
Complementary color
Monochromatic Colors of #F20ECD
Black with #F20ECD
Text Example
Text Example
White with #F20ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ECD; }
p { color: rgb(242,14,205); }
H1.HeaderClassName
{
color: #F20ECD;
}
.AnyTagClassName
{
color: #F20ECD;
}
</style>
background-color css
<style>
a { background-color: #F20ECD; }
a { background-color: rgb(242,14,205); }
div.DivClassName
{
background-color: #F20ECD;
}
.BgClassName
{
background-color: #F20ECD;
}
</style>
border-color css
<style>
span { border-color: #F20ECD; }
span { border-color: rgb(242,14,205); }
td.TdClassName
{
border-color: #F20ECD;
}
.TagClassName
{
border-color: #F20ECD;
}
</style>