Shades of Deep Pink #FE0E83
Tints of Deep Pink #FE0E83
RGB
CMYK
RGB Variations
Color information
#FE0E83 (or 0xFE0E83) is known color: Deep Pink. HEX triplet: FE, 0E and 83. RGB value is (254,14,131). Sum of RGB (Red+Green+Blue) = 254+14+131=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0E83 is #01F17C. Grayscale: #626262. Windows color (decimal): -127357 or 8589054. OLE color: 8589054.
HSL color Cylindrical-coordinate representation of color #FE0E83: hue angle of 330.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 #FE0E83 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 131 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.00 |
| HSL | 330.75º | 0.99% | 0.53% | - |
| HSV(B) | 330.75º | 0.94% | 1% | - |
| XYZ | 45.13 | 23.02 | 23.54 | - |
| YUV | 99.1 | 146.01 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 131 | 0 | 0.94 | 0.48 | 0.00 | 330.75 | 0.99 | 0.53 |
| Hex | FE | E | 83 | 0 | 5E | 30 | 0 | 14B | 63 | 35 |
| Octal | 376 | 16 | 203 | 0 | 136 | 60 | 0 | 513 | 143 | 65 |
| Binary | 11111110 | 1110 | 10000011 | 0 | 1011110 | 110000 | 0 | 101001011 | 1100011 | 110101 |
Color Harmonies of #FE0E83
Complementary color
Monochromatic Colors of #FE0E83
Black with #FE0E83
Text Example
Text Example
White with #FE0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E83; }
p { color: rgb(254,14,131); }
H1.HeaderClassName
{
color: #FE0E83;
}
.AnyTagClassName
{
color: #FE0E83;
}
</style>
background-color css
<style>
a { background-color: #FE0E83; }
a { background-color: rgb(254,14,131); }
div.DivClassName
{
background-color: #FE0E83;
}
.BgClassName
{
background-color: #FE0E83;
}
</style>
border-color css
<style>
span { border-color: #FE0E83; }
span { border-color: rgb(254,14,131); }
td.TdClassName
{
border-color: #FE0E83;
}
.TagClassName
{
border-color: #FE0E83;
}
</style>