Shades of Deep Pink #FE0E8B
Tints of Deep Pink #FE0E8B
RGB
CMYK
RGB Variations
Color information
#FE0E8B (or 0xFE0E8B) is known color: Deep Pink. HEX triplet: FE, 0E and 8B. RGB value is (254,14,139). Sum of RGB (Red+Green+Blue) = 254+14+139=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0E8B is #01F174. Grayscale: #636363. Windows color (decimal): -127349 or 9113342. OLE color: 9113342.
HSL color Cylindrical-coordinate representation of color #FE0E8B: hue angle of 328.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 #FE0E8B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 139 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.00 |
| HSL | 328.75º | 0.99% | 0.53% | - |
| HSV(B) | 328.75º | 0.94% | 1% | - |
| XYZ | 45.69 | 23.25 | 26.51 | - |
| YUV | 100.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 139 | 0 | 0.94 | 0.45 | 0.00 | 328.75 | 0.99 | 0.53 |
| Hex | FE | E | 8B | 0 | 5E | 2D | 0 | 149 | 63 | 35 |
| Octal | 376 | 16 | 213 | 0 | 136 | 55 | 0 | 511 | 143 | 65 |
| Binary | 11111110 | 1110 | 10001011 | 0 | 1011110 | 101101 | 0 | 101001001 | 1100011 | 110101 |
Color Harmonies of #FE0E8B
Complementary color
Monochromatic Colors of #FE0E8B
Black with #FE0E8B
Text Example
Text Example
White with #FE0E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E8B; }
p { color: rgb(254,14,139); }
H1.HeaderClassName
{
color: #FE0E8B;
}
.AnyTagClassName
{
color: #FE0E8B;
}
</style>
background-color css
<style>
a { background-color: #FE0E8B; }
a { background-color: rgb(254,14,139); }
div.DivClassName
{
background-color: #FE0E8B;
}
.BgClassName
{
background-color: #FE0E8B;
}
</style>
border-color css
<style>
span { border-color: #FE0E8B; }
span { border-color: rgb(254,14,139); }
td.TdClassName
{
border-color: #FE0E8B;
}
.TagClassName
{
border-color: #FE0E8B;
}
</style>