Shades of Shocking Pink #FF0EC9
Tints of Shocking Pink #FF0EC9
RGB
CMYK
RGB Variations
Color information
#FF0EC9 (or 0xFF0EC9) is known color: Shocking Pink. HEX triplet: FF, 0E and C9. RGB value is (255,14,201). Sum of RGB (Red+Green+Blue) = 255+14+201=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0EC9 is #00F136. Grayscale: #6A6A6A. Windows color (decimal): -61751 or 13176575. OLE color: 13176575.
HSL color Cylindrical-coordinate representation of color #FF0EC9: hue angle of 313.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EC9 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 201 | - |
| CMYK | 0 | 0.95 | 0.21 | 0 |
| HSL | 313.44º | 1% | 0.53% | - |
| HSV(B) | 313.44º | 0.95% | 1% | - |
| XYZ | 51.94 | 25.79 | 57.5 | - |
| YUV | 107.38 | 180.84 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 201 | 0 | 0.95 | 0.21 | 0 | 313.44 | 1 | 0.53 |
| Hex | FF | E | C9 | 0 | 5F | 15 | 0 | 139 | 64 | 35 |
| Octal | 377 | 16 | 311 | 0 | 137 | 25 | 0 | 471 | 144 | 65 |
| Binary | 11111111 | 1110 | 11001001 | 0 | 1011111 | 10101 | 0 | 100111001 | 1100100 | 110101 |
Color Harmonies of #FF0EC9
Complementary color
Monochromatic Colors of #FF0EC9
Black with #FF0EC9
Text Example
Text Example
White with #FF0EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EC9; }
p { color: rgb(255,14,201); }
H1.HeaderClassName
{
color: #FF0EC9;
}
.AnyTagClassName
{
color: #FF0EC9;
}
</style>
background-color css
<style>
a { background-color: #FF0EC9; }
a { background-color: rgb(255,14,201); }
div.DivClassName
{
background-color: #FF0EC9;
}
.BgClassName
{
background-color: #FF0EC9;
}
</style>
border-color css
<style>
span { border-color: #FF0EC9; }
span { border-color: rgb(255,14,201); }
td.TdClassName
{
border-color: #FF0EC9;
}
.TagClassName
{
border-color: #FF0EC9;
}
</style>