Shades of Magenta #F00DF0
Tints of Magenta #F00DF0
RGB
CMYK
RGB Variations
Color information
#F00DF0 (or 0xF00DF0) is known color: Magenta. HEX triplet: F0, 0D and F0. RGB value is (240,13,240). Sum of RGB (Red+Green+Blue) = 240+13+240=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F00DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DF0 is #0FF20F. Grayscale: #6A6A6A. Windows color (decimal): -1045008 or 15732208. OLE color: 15732208.
HSL color Cylindrical-coordinate representation of color #F00DF0: hue angle of 300º 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 #F00DF0 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 240 | - |
| CMYK | 0 | 0.95 | 0 | 0.06 |
| HSL | 300º | 0.9% | 0.5% | - |
| HSV(B) | 300º | 0.95% | 0.94% | - |
| XYZ | 51.81 | 25.1 | 84.55 | - |
| YUV | 106.75 | 203.21 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 240 | 0 | 0.95 | 0 | 0.06 | 300 | 0.9 | 0.5 |
| Hex | F0 | D | F0 | 0 | 5F | 0 | 6 | 12C | 5A | 32 |
| Octal | 360 | 15 | 360 | 0 | 137 | 0 | 6 | 454 | 132 | 62 |
| Binary | 11110000 | 1101 | 11110000 | 0 | 1011111 | 0 | 110 | 100101100 | 1011010 | 110010 |
Color Harmonies of #F00DF0
Complementary color
Monochromatic Colors of #F00DF0
Black with #F00DF0
Text Example
Text Example
White with #F00DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DF0; }
p { color: rgb(240,13,240); }
H1.HeaderClassName
{
color: #F00DF0;
}
.AnyTagClassName
{
color: #F00DF0;
}
</style>
background-color css
<style>
a { background-color: #F00DF0; }
a { background-color: rgb(240,13,240); }
div.DivClassName
{
background-color: #F00DF0;
}
.BgClassName
{
background-color: #F00DF0;
}
</style>
border-color css
<style>
span { border-color: #F00DF0; }
span { border-color: rgb(240,13,240); }
td.TdClassName
{
border-color: #F00DF0;
}
.TagClassName
{
border-color: #F00DF0;
}
</style>