Shades of Magenta #F40AED
Tints of Magenta #F40AED
RGB
CMYK
RGB Variations
Color information
#F40AED (or 0xF40AED) is known color: Magenta. HEX triplet: F4, 0A and ED. RGB value is (244,10,237). Sum of RGB (Red+Green+Blue) = 244+10+237=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 10 (4.30% from 255 or 2.04% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40AED is #0BF512. Grayscale: #696969. Windows color (decimal): -783635 or 15534836. OLE color: 15534836.
HSL color Cylindrical-coordinate representation of color #F40AED: hue angle of 301.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40AED is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 237 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.04 |
| HSL | 301.79º | 0.92% | 0.5% | - |
| HSV(B) | 301.79º | 0.96% | 0.96% | - |
| XYZ | 52.7 | 25.56 | 82.28 | - |
| YUV | 105.84 | 202.02 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 237 | 0 | 0.96 | 0.03 | 0.04 | 301.79 | 0.92 | 0.5 |
| Hex | F4 | A | ED | 0 | 60 | 3 | 4 | 12E | 5C | 32 |
| Octal | 364 | 12 | 355 | 0 | 140 | 3 | 4 | 456 | 134 | 62 |
| Binary | 11110100 | 1010 | 11101101 | 0 | 1100000 | 11 | 100 | 100101110 | 1011100 | 110010 |
Color Harmonies of #F40AED
Complementary color
Monochromatic Colors of #F40AED
Black with #F40AED
Text Example
Text Example
White with #F40AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AED; }
p { color: rgb(244,10,237); }
H1.HeaderClassName
{
color: #F40AED;
}
.AnyTagClassName
{
color: #F40AED;
}
</style>
background-color css
<style>
a { background-color: #F40AED; }
a { background-color: rgb(244,10,237); }
div.DivClassName
{
background-color: #F40AED;
}
.BgClassName
{
background-color: #F40AED;
}
</style>
border-color css
<style>
span { border-color: #F40AED; }
span { border-color: rgb(244,10,237); }
td.TdClassName
{
border-color: #F40AED;
}
.TagClassName
{
border-color: #F40AED;
}
</style>