Shades of Shocking Pink #F40EC8
Tints of Shocking Pink #F40EC8
RGB
CMYK
RGB Variations
Color information
#F40EC8 (or 0xF40EC8) is known color: Shocking Pink. HEX triplet: F4, 0E and C8. RGB value is (244,14,200). Sum of RGB (Red+Green+Blue) = 244+14+200=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F40EC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40EC8 is #0BF137. Grayscale: #676767. Windows color (decimal): -782648 or 13111028. OLE color: 13111028.
HSL color Cylindrical-coordinate representation of color #F40EC8: hue angle of 311.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 200 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.04 |
| HSL | 311.48º | 0.91% | 0.51% | - |
| HSV(B) | 311.48º | 0.94% | 0.96% | - |
| XYZ | 47.89 | 23.72 | 56.7 | - |
| YUV | 103.97 | 182.2 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 200 | 0 | 0.94 | 0.18 | 0.04 | 311.48 | 0.91 | 0.51 |
| Hex | F4 | E | C8 | 0 | 5E | 12 | 4 | 137 | 5B | 33 |
| Octal | 364 | 16 | 310 | 0 | 136 | 22 | 4 | 467 | 133 | 63 |
| Binary | 11110100 | 1110 | 11001000 | 0 | 1011110 | 10010 | 100 | 100110111 | 1011011 | 110011 |
Color Harmonies of #F40EC8
Complementary color
Monochromatic Colors of #F40EC8
Black with #F40EC8
Text Example
Text Example
White with #F40EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40EC8; }
p { color: rgb(244,14,200); }
H1.HeaderClassName
{
color: #F40EC8;
}
.AnyTagClassName
{
color: #F40EC8;
}
</style>
background-color css
<style>
a { background-color: #F40EC8; }
a { background-color: rgb(244,14,200); }
div.DivClassName
{
background-color: #F40EC8;
}
.BgClassName
{
background-color: #F40EC8;
}
</style>
border-color css
<style>
span { border-color: #F40EC8; }
span { border-color: rgb(244,14,200); }
td.TdClassName
{
border-color: #F40EC8;
}
.TagClassName
{
border-color: #F40EC8;
}
</style>