Shades of Deep Pink #FE0E9A
Tints of Deep Pink #FE0E9A
RGB
CMYK
RGB Variations
Color information
#FE0E9A (or 0xFE0E9A) is known color: Deep Pink. HEX triplet: FE, 0E and 9A. RGB value is (254,14,154). Sum of RGB (Red+Green+Blue) = 254+14+154=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0E9A is #01F165. Grayscale: #656565. Windows color (decimal): -127334 or 10096382. OLE color: 10096382.
HSL color Cylindrical-coordinate representation of color #FE0E9A: hue angle of 325º 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 #FE0E9A is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 154 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.00 |
| HSL | 325º | 0.99% | 0.53% | - |
| HSV(B) | 325º | 0.94% | 1% | - |
| XYZ | 46.86 | 23.72 | 32.68 | - |
| YUV | 101.72 | 157.51 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 154 | 0 | 0.94 | 0.39 | 0.00 | 325 | 0.99 | 0.53 |
| Hex | FE | E | 9A | 0 | 5E | 27 | 0 | 145 | 63 | 35 |
| Octal | 376 | 16 | 232 | 0 | 136 | 47 | 0 | 505 | 143 | 65 |
| Binary | 11111110 | 1110 | 10011010 | 0 | 1011110 | 100111 | 0 | 101000101 | 1100011 | 110101 |
Color Harmonies of #FE0E9A
Complementary color
Monochromatic Colors of #FE0E9A
Black with #FE0E9A
Text Example
Text Example
White with #FE0E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E9A; }
p { color: rgb(254,14,154); }
H1.HeaderClassName
{
color: #FE0E9A;
}
.AnyTagClassName
{
color: #FE0E9A;
}
</style>
background-color css
<style>
a { background-color: #FE0E9A; }
a { background-color: rgb(254,14,154); }
div.DivClassName
{
background-color: #FE0E9A;
}
.BgClassName
{
background-color: #FE0E9A;
}
</style>
border-color css
<style>
span { border-color: #FE0E9A; }
span { border-color: rgb(254,14,154); }
td.TdClassName
{
border-color: #FE0E9A;
}
.TagClassName
{
border-color: #FE0E9A;
}
</style>