Shades of Deep Pink #FF0E76
Tints of Deep Pink #FF0E76
RGB
CMYK
RGB Variations
Color information
#FF0E76 (or 0xFF0E76) is known color: Deep Pink. HEX triplet: FF, 0E and 76. RGB value is (255,14,118). Sum of RGB (Red+Green+Blue) = 255+14+118=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E76 is #00F189. Grayscale: #616161. Windows color (decimal): -61834 or 7737087. OLE color: 7737087.
HSL color Cylindrical-coordinate representation of color #FF0E76: hue angle of 334.11º 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 #FF0E76 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 118 | - |
| CMYK | 0 | 0.95 | 0.54 | 0 |
| HSL | 334.11º | 1% | 0.53% | - |
| HSV(B) | 334.11º | 0.95% | 1% | - |
| XYZ | 44.67 | 22.88 | 19.2 | - |
| YUV | 97.92 | 139.34 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 118 | 0 | 0.95 | 0.54 | 0 | 334.11 | 1 | 0.53 |
| Hex | FF | E | 76 | 0 | 5F | 36 | 0 | 14E | 64 | 35 |
| Octal | 377 | 16 | 166 | 0 | 137 | 66 | 0 | 516 | 144 | 65 |
| Binary | 11111111 | 1110 | 1110110 | 0 | 1011111 | 110110 | 0 | 101001110 | 1100100 | 110101 |
Color Harmonies of #FF0E76
Complementary color
Monochromatic Colors of #FF0E76
Black with #FF0E76
Text Example
Text Example
White with #FF0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E76; }
p { color: rgb(255,14,118); }
H1.HeaderClassName
{
color: #FF0E76;
}
.AnyTagClassName
{
color: #FF0E76;
}
</style>
background-color css
<style>
a { background-color: #FF0E76; }
a { background-color: rgb(255,14,118); }
div.DivClassName
{
background-color: #FF0E76;
}
.BgClassName
{
background-color: #FF0E76;
}
</style>
border-color css
<style>
span { border-color: #FF0E76; }
span { border-color: rgb(255,14,118); }
td.TdClassName
{
border-color: #FF0E76;
}
.TagClassName
{
border-color: #FF0E76;
}
</style>