Shades of Magenta #FF0DEE
Tints of Magenta #FF0DEE
RGB
CMYK
RGB Variations
Color information
#FF0DEE (or 0xFF0DEE) is known color: Magenta. HEX triplet: FF, 0D and EE. RGB value is (255,13,238). Sum of RGB (Red+Green+Blue) = 255+13+238=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DEE is #00F211. Grayscale: #6E6E6E. Windows color (decimal): -61970 or 15601151. OLE color: 15601151.
HSL color Cylindrical-coordinate representation of color #FF0DEE: hue angle of 304.21º 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 #FF0DEE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 238 | - |
| CMYK | 0 | 0.95 | 0.07 | 0 |
| HSL | 304.21º | 1% | 0.53% | - |
| HSV(B) | 304.21º | 0.95% | 1% | - |
| XYZ | 56.82 | 27.72 | 83.25 | - |
| YUV | 111.01 | 199.67 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 238 | 0 | 0.95 | 0.07 | 0 | 304.21 | 1 | 0.53 |
| Hex | FF | D | EE | 0 | 5F | 7 | 0 | 130 | 64 | 35 |
| Octal | 377 | 15 | 356 | 0 | 137 | 7 | 0 | 460 | 144 | 65 |
| Binary | 11111111 | 1101 | 11101110 | 0 | 1011111 | 111 | 0 | 100110000 | 1100100 | 110101 |
Color Harmonies of #FF0DEE
Complementary color
Monochromatic Colors of #FF0DEE
Black with #FF0DEE
Text Example
Text Example
White with #FF0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DEE; }
p { color: rgb(255,13,238); }
H1.HeaderClassName
{
color: #FF0DEE;
}
.AnyTagClassName
{
color: #FF0DEE;
}
</style>
background-color css
<style>
a { background-color: #FF0DEE; }
a { background-color: rgb(255,13,238); }
div.DivClassName
{
background-color: #FF0DEE;
}
.BgClassName
{
background-color: #FF0DEE;
}
</style>
border-color css
<style>
span { border-color: #FF0DEE; }
span { border-color: rgb(255,13,238); }
td.TdClassName
{
border-color: #FF0DEE;
}
.TagClassName
{
border-color: #FF0DEE;
}
</style>