Shades of Magenta #FE0EFD
Tints of Magenta #FE0EFD
RGB
CMYK
RGB Variations
Color information
#FE0EFD (or 0xFE0EFD) is known color: Magenta. HEX triplet: FE, 0E and FD. RGB value is (254,14,253). Sum of RGB (Red+Green+Blue) = 254+14+253=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 14 (5.86% from 255 or 2.69% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EFD is #01F102. Grayscale: #707070. Windows color (decimal): -127235 or 16584446. OLE color: 16584446.
HSL color Cylindrical-coordinate representation of color #FE0EFD: hue angle of 300.25º 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 #FE0EFD is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 253 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.00 |
| HSL | 300.25º | 0.99% | 0.53% | - |
| HSV(B) | 300.25º | 0.94% | 1% | - |
| XYZ | 58.76 | 28.48 | 95.33 | - |
| YUV | 113.01 | 207.01 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 253 | 0 | 0.94 | 0.00 | 0.00 | 300.25 | 0.99 | 0.53 |
| Hex | FE | E | FD | 0 | 5E | 0 | 0 | 12C | 63 | 35 |
| Octal | 376 | 16 | 375 | 0 | 136 | 0 | 0 | 454 | 143 | 65 |
| Binary | 11111110 | 1110 | 11111101 | 0 | 1011110 | 0 | 0 | 100101100 | 1100011 | 110101 |
Color Harmonies of #FE0EFD
Complementary color
Monochromatic Colors of #FE0EFD
Black with #FE0EFD
Text Example
Text Example
White with #FE0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EFD; }
p { color: rgb(254,14,253); }
H1.HeaderClassName
{
color: #FE0EFD;
}
.AnyTagClassName
{
color: #FE0EFD;
}
</style>
background-color css
<style>
a { background-color: #FE0EFD; }
a { background-color: rgb(254,14,253); }
div.DivClassName
{
background-color: #FE0EFD;
}
.BgClassName
{
background-color: #FE0EFD;
}
</style>
border-color css
<style>
span { border-color: #FE0EFD; }
span { border-color: rgb(254,14,253); }
td.TdClassName
{
border-color: #FE0EFD;
}
.TagClassName
{
border-color: #FE0EFD;
}
</style>