Shades of Magenta #FF0EFD
Tints of Magenta #FF0EFD
RGB
CMYK
RGB Variations
Color information
#FF0EFD (or 0xFF0EFD) is known color: Magenta. HEX triplet: FF, 0E and FD. RGB value is (255,14,253). Sum of RGB (Red+Green+Blue) = 255+14+253=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 14 (5.86% from 255 or 2.68% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EFD is #00F102. Grayscale: #707070. Windows color (decimal): -61699 or 16584447. OLE color: 16584447.
HSL color Cylindrical-coordinate representation of color #FF0EFD: hue angle of 300.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EFD is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 253 | - |
| CMYK | 0 | 0.95 | 0.01 | 0 |
| HSL | 300.5º | 1% | 0.53% | - |
| HSV(B) | 300.5º | 0.95% | 1% | - |
| XYZ | 59.13 | 28.67 | 95.35 | - |
| YUV | 113.31 | 206.84 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 253 | 0 | 0.95 | 0.01 | 0 | 300.5 | 1 | 0.53 |
| Hex | FF | E | FD | 0 | 5F | 1 | 0 | 12C | 64 | 35 |
| Octal | 377 | 16 | 375 | 0 | 137 | 1 | 0 | 454 | 144 | 65 |
| Binary | 11111111 | 1110 | 11111101 | 0 | 1011111 | 1 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FF0EFD
Complementary color
Monochromatic Colors of #FF0EFD
Black with #FF0EFD
Text Example
Text Example
White with #FF0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EFD; }
p { color: rgb(255,14,253); }
H1.HeaderClassName
{
color: #FF0EFD;
}
.AnyTagClassName
{
color: #FF0EFD;
}
</style>
background-color css
<style>
a { background-color: #FF0EFD; }
a { background-color: rgb(255,14,253); }
div.DivClassName
{
background-color: #FF0EFD;
}
.BgClassName
{
background-color: #FF0EFD;
}
</style>
border-color css
<style>
span { border-color: #FF0EFD; }
span { border-color: rgb(255,14,253); }
td.TdClassName
{
border-color: #FF0EFD;
}
.TagClassName
{
border-color: #FF0EFD;
}
</style>