Shades of Deep Pink #FE0E7A
Tints of Deep Pink #FE0E7A
RGB
CMYK
RGB Variations
Color information
#FE0E7A (or 0xFE0E7A) is known color: Deep Pink. HEX triplet: FE, 0E and 7A. RGB value is (254,14,122). Sum of RGB (Red+Green+Blue) = 254+14+122=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E7A is #01F185. Grayscale: #616161. Windows color (decimal): -127366 or 7999230. OLE color: 7999230.
HSL color Cylindrical-coordinate representation of color #FE0E7A: hue angle of 333º 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 #FE0E7A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.00 |
| HSL | 333º | 0.99% | 0.53% | - |
| HSV(B) | 333º | 0.94% | 1% | - |
| XYZ | 44.54 | 22.79 | 20.46 | - |
| YUV | 98.07 | 141.51 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 122 | 0 | 0.94 | 0.52 | 0.00 | 333 | 0.99 | 0.53 |
| Hex | FE | E | 7A | 0 | 5E | 34 | 0 | 14D | 63 | 35 |
| Octal | 376 | 16 | 172 | 0 | 136 | 64 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 1110 | 1111010 | 0 | 1011110 | 110100 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE0E7A
Complementary color
Monochromatic Colors of #FE0E7A
Black with #FE0E7A
Text Example
Text Example
White with #FE0E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E7A; }
p { color: rgb(254,14,122); }
H1.HeaderClassName
{
color: #FE0E7A;
}
.AnyTagClassName
{
color: #FE0E7A;
}
</style>
background-color css
<style>
a { background-color: #FE0E7A; }
a { background-color: rgb(254,14,122); }
div.DivClassName
{
background-color: #FE0E7A;
}
.BgClassName
{
background-color: #FE0E7A;
}
</style>
border-color css
<style>
span { border-color: #FE0E7A; }
span { border-color: rgb(254,14,122); }
td.TdClassName
{
border-color: #FE0E7A;
}
.TagClassName
{
border-color: #FE0E7A;
}
</style>