Shades of Shocking Pink #F40ECB
Tints of Shocking Pink #F40ECB
RGB
CMYK
RGB Variations
Color information
#F40ECB (or 0xF40ECB) is known color: Shocking Pink. HEX triplet: F4, 0E and CB. RGB value is (244,14,203). Sum of RGB (Red+Green+Blue) = 244+14+203=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ECB is #0BF134. Grayscale: #676767. Windows color (decimal): -782645 or 13307636. OLE color: 13307636.
HSL color Cylindrical-coordinate representation of color #F40ECB: hue angle of 310.7º 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 #F40ECB is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.04 |
| HSL | 310.7º | 0.91% | 0.51% | - |
| HSV(B) | 310.7º | 0.94% | 0.96% | - |
| XYZ | 48.24 | 23.86 | 58.56 | - |
| YUV | 104.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 203 | 0 | 0.94 | 0.17 | 0.04 | 310.7 | 0.91 | 0.51 |
| Hex | F4 | E | CB | 0 | 5E | 11 | 4 | 137 | 5B | 33 |
| Octal | 364 | 16 | 313 | 0 | 136 | 21 | 4 | 467 | 133 | 63 |
| Binary | 11110100 | 1110 | 11001011 | 0 | 1011110 | 10001 | 100 | 100110111 | 1011011 | 110011 |
Color Harmonies of #F40ECB
Complementary color
Monochromatic Colors of #F40ECB
Black with #F40ECB
Text Example
Text Example
White with #F40ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40ECB; }
p { color: rgb(244,14,203); }
H1.HeaderClassName
{
color: #F40ECB;
}
.AnyTagClassName
{
color: #F40ECB;
}
</style>
background-color css
<style>
a { background-color: #F40ECB; }
a { background-color: rgb(244,14,203); }
div.DivClassName
{
background-color: #F40ECB;
}
.BgClassName
{
background-color: #F40ECB;
}
</style>
border-color css
<style>
span { border-color: #F40ECB; }
span { border-color: rgb(244,14,203); }
td.TdClassName
{
border-color: #F40ECB;
}
.TagClassName
{
border-color: #F40ECB;
}
</style>