Shades of Magenta #F40AE5
Tints of Magenta #F40AE5
RGB
CMYK
RGB Variations
Color information
#F40AE5 (or 0xF40AE5) is known color: Magenta. HEX triplet: F4, 0A and E5. RGB value is (244,10,229). Sum of RGB (Red+Green+Blue) = 244+10+229=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40AE5 is #0BF51A. Grayscale: #686868. Windows color (decimal): -783643 or 15010548. OLE color: 15010548.
HSL color Cylindrical-coordinate representation of color #F40AE5: hue angle of 303.85º 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 #F40AE5 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 229 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.04 |
| HSL | 303.85º | 0.92% | 0.5% | - |
| HSV(B) | 303.85º | 0.96% | 0.96% | - |
| XYZ | 51.56 | 25.11 | 76.26 | - |
| YUV | 104.93 | 198.02 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 229 | 0 | 0.96 | 0.06 | 0.04 | 303.85 | 0.92 | 0.5 |
| Hex | F4 | A | E5 | 0 | 60 | 6 | 4 | 130 | 5C | 32 |
| Octal | 364 | 12 | 345 | 0 | 140 | 6 | 4 | 460 | 134 | 62 |
| Binary | 11110100 | 1010 | 11100101 | 0 | 1100000 | 110 | 100 | 100110000 | 1011100 | 110010 |
Color Harmonies of #F40AE5
Complementary color
Monochromatic Colors of #F40AE5
Black with #F40AE5
Text Example
Text Example
White with #F40AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AE5; }
p { color: rgb(244,10,229); }
H1.HeaderClassName
{
color: #F40AE5;
}
.AnyTagClassName
{
color: #F40AE5;
}
</style>
background-color css
<style>
a { background-color: #F40AE5; }
a { background-color: rgb(244,10,229); }
div.DivClassName
{
background-color: #F40AE5;
}
.BgClassName
{
background-color: #F40AE5;
}
</style>
border-color css
<style>
span { border-color: #F40AE5; }
span { border-color: rgb(244,10,229); }
td.TdClassName
{
border-color: #F40AE5;
}
.TagClassName
{
border-color: #F40AE5;
}
</style>