Shades of Magenta #F00DED
Tints of Magenta #F00DED
RGB
CMYK
RGB Variations
Color information
#F00DED (or 0xF00DED) is known color: Magenta. HEX triplet: F0, 0D and ED. RGB value is (240,13,237). Sum of RGB (Red+Green+Blue) = 240+13+237=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DED is #0FF212. Grayscale: #696969. Windows color (decimal): -1045011 or 15535600. OLE color: 15535600.
HSL color Cylindrical-coordinate representation of color #F00DED: hue angle of 300.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DED is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 13 | 237 | - |
CMYK | 0 | 0.95 | 0.01 | 0.06 |
HSL | 300.79º | 0.9% | 0.5% | - |
HSV(B) | 300.79º | 0.95% | 0.94% | - |
XYZ | 51.37 | 24.93 | 82.23 | - |
YUV | 106.41 | 201.71 | 223.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 13 | 237 | 0 | 0.95 | 0.01 | 0.06 | 300.79 | 0.9 | 0.5 |
Hex | F0 | D | ED | 0 | 5F | 1 | 6 | 12D | 5A | 32 |
Octal | 360 | 15 | 355 | 0 | 137 | 1 | 6 | 455 | 132 | 62 |
Binary | 11110000 | 1101 | 11101101 | 0 | 1011111 | 1 | 110 | 100101101 | 1011010 | 110010 |
Color Harmonies of #F00DED
Complementary color
Monochromatic Colors of #F00DED
Black with #F00DED
Text Example
Text Example
White with #F00DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DED; }
p { color: rgb(240,13,237); }
H1.HeaderClassName
{
color: #F00DED;
}
.AnyTagClassName
{
color: #F00DED;
}
</style>
background-color css
<style>
a { background-color: #F00DED; }
a { background-color: rgb(240,13,237); }
div.DivClassName
{
background-color: #F00DED;
}
.BgClassName
{
background-color: #F00DED;
}
</style>
border-color css
<style>
span { border-color: #F00DED; }
span { border-color: rgb(240,13,237); }
td.TdClassName
{
border-color: #F00DED;
}
.TagClassName
{
border-color: #F00DED;
}
</style>