Shades of Magenta #FF0DEF
Tints of Magenta #FF0DEF
RGB
CMYK
RGB Variations
Color information
#FF0DEF (or 0xFF0DEF) is known color: Magenta. HEX triplet: FF, 0D and EF. RGB value is (255,13,239). Sum of RGB (Red+Green+Blue) = 255+13+239=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 13 (5.47% from 255 or 2.56% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DEF is #00F210. Grayscale: #6E6E6E. Windows color (decimal): -61969 or 15666687. OLE color: 15666687.
HSL color Cylindrical-coordinate representation of color #FF0DEF: hue angle of 303.97º 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 #FF0DEF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 239 | - |
| CMYK | 0 | 0.95 | 0.06 | 0 |
| HSL | 303.97º | 1% | 0.53% | - |
| HSV(B) | 303.97º | 0.95% | 1% | - |
| XYZ | 56.96 | 27.78 | 84.02 | - |
| YUV | 111.12 | 200.17 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 239 | 0 | 0.95 | 0.06 | 0 | 303.97 | 1 | 0.53 |
| Hex | FF | D | EF | 0 | 5F | 6 | 0 | 130 | 64 | 35 |
| Octal | 377 | 15 | 357 | 0 | 137 | 6 | 0 | 460 | 144 | 65 |
| Binary | 11111111 | 1101 | 11101111 | 0 | 1011111 | 110 | 0 | 100110000 | 1100100 | 110101 |
Color Harmonies of #FF0DEF
Complementary color
Monochromatic Colors of #FF0DEF
Black with #FF0DEF
Text Example
Text Example
White with #FF0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DEF; }
p { color: rgb(255,13,239); }
H1.HeaderClassName
{
color: #FF0DEF;
}
.AnyTagClassName
{
color: #FF0DEF;
}
</style>
background-color css
<style>
a { background-color: #FF0DEF; }
a { background-color: rgb(255,13,239); }
div.DivClassName
{
background-color: #FF0DEF;
}
.BgClassName
{
background-color: #FF0DEF;
}
</style>
border-color css
<style>
span { border-color: #FF0DEF; }
span { border-color: rgb(255,13,239); }
td.TdClassName
{
border-color: #FF0DEF;
}
.TagClassName
{
border-color: #FF0DEF;
}
</style>