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