Shades of Magenta #F00DE5
Tints of Magenta #F00DE5
RGB
CMYK
RGB Variations
Color information
#F00DE5 (or 0xF00DE5) is known color: Magenta. HEX triplet: F0, 0D and E5. RGB value is (240,13,229). Sum of RGB (Red+Green+Blue) = 240+13+229=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DE5 is #0FF21A. Grayscale: #686868. Windows color (decimal): -1045019 or 15011312. OLE color: 15011312.
HSL color Cylindrical-coordinate representation of color #F00DE5: hue angle of 302.91º 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 #F00DE5 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 229 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.06 |
| HSL | 302.91º | 0.9% | 0.5% | - |
| HSV(B) | 302.91º | 0.95% | 0.94% | - |
| XYZ | 50.22 | 24.47 | 76.2 | - |
| YUV | 105.5 | 197.71 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 229 | 0 | 0.95 | 0.05 | 0.06 | 302.91 | 0.9 | 0.5 |
| Hex | F0 | D | E5 | 0 | 5F | 5 | 6 | 12F | 5A | 32 |
| Octal | 360 | 15 | 345 | 0 | 137 | 5 | 6 | 457 | 132 | 62 |
| Binary | 11110000 | 1101 | 11100101 | 0 | 1011111 | 101 | 110 | 100101111 | 1011010 | 110010 |
Color Harmonies of #F00DE5
Complementary color
Monochromatic Colors of #F00DE5
Black with #F00DE5
Text Example
Text Example
White with #F00DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DE5; }
p { color: rgb(240,13,229); }
H1.HeaderClassName
{
color: #F00DE5;
}
.AnyTagClassName
{
color: #F00DE5;
}
</style>
background-color css
<style>
a { background-color: #F00DE5; }
a { background-color: rgb(240,13,229); }
div.DivClassName
{
background-color: #F00DE5;
}
.BgClassName
{
background-color: #F00DE5;
}
</style>
border-color css
<style>
span { border-color: #F00DE5; }
span { border-color: rgb(240,13,229); }
td.TdClassName
{
border-color: #F00DE5;
}
.TagClassName
{
border-color: #F00DE5;
}
</style>