Shades of Deep Pink #FE0E73
Tints of Deep Pink #FE0E73
RGB
CMYK
RGB Variations
Color information
#FE0E73 (or 0xFE0E73) is known color: Deep Pink. HEX triplet: FE, 0E and 73. RGB value is (254,14,115). Sum of RGB (Red+Green+Blue) = 254+14+115=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E73 is #01F18C. Grayscale: #616161. Windows color (decimal): -127373 or 7540478. OLE color: 7540478.
HSL color Cylindrical-coordinate representation of color #FE0E73: hue angle of 334.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E73 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 115 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.00 |
| HSL | 334.75º | 0.99% | 0.53% | - |
| HSV(B) | 334.75º | 0.94% | 1% | - |
| XYZ | 44.12 | 22.62 | 18.26 | - |
| YUV | 97.27 | 138.01 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 115 | 0 | 0.94 | 0.55 | 0.00 | 334.75 | 0.99 | 0.53 |
| Hex | FE | E | 73 | 0 | 5E | 37 | 0 | 14F | 63 | 35 |
| Octal | 376 | 16 | 163 | 0 | 136 | 67 | 0 | 517 | 143 | 65 |
| Binary | 11111110 | 1110 | 1110011 | 0 | 1011110 | 110111 | 0 | 101001111 | 1100011 | 110101 |
Color Harmonies of #FE0E73
Complementary color
Monochromatic Colors of #FE0E73
Black with #FE0E73
Text Example
Text Example
White with #FE0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E73; }
p { color: rgb(254,14,115); }
H1.HeaderClassName
{
color: #FE0E73;
}
.AnyTagClassName
{
color: #FE0E73;
}
</style>
background-color css
<style>
a { background-color: #FE0E73; }
a { background-color: rgb(254,14,115); }
div.DivClassName
{
background-color: #FE0E73;
}
.BgClassName
{
background-color: #FE0E73;
}
</style>
border-color css
<style>
span { border-color: #FE0E73; }
span { border-color: rgb(254,14,115); }
td.TdClassName
{
border-color: #FE0E73;
}
.TagClassName
{
border-color: #FE0E73;
}
</style>