Shades of Magenta #F40AF5
Tints of Magenta #F40AF5
RGB
CMYK
RGB Variations
Color information
#F40AF5 (or 0xF40AF5) is known color: Magenta. HEX triplet: F4, 0A and F5. RGB value is (244,10,245). Sum of RGB (Red+Green+Blue) = 244+10+245=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 10 (4.30% from 255 or 2.00% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #F40AF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40AF5 is #0BF50A. Grayscale: #6A6A6A. Windows color (decimal): -783627 or 16059124. OLE color: 16059124.
HSL color Cylindrical-coordinate representation of color #F40AF5: hue angle of 299.74º 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 #F40AF5 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 245 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.04 |
| HSL | 299.74º | 0.92% | 0.5% | - |
| HSV(B) | 299.74º | 0.96% | 0.96% | - |
| XYZ | 53.9 | 26.04 | 88.57 | - |
| YUV | 106.76 | 206.02 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 245 | 0.00 | 0.96 | 0 | 0.04 | 299.74 | 0.92 | 0.5 |
| Hex | F4 | A | F5 | 0 | 60 | 0 | 4 | 12C | 5C | 32 |
| Octal | 364 | 12 | 365 | 0 | 140 | 0 | 4 | 454 | 134 | 62 |
| Binary | 11110100 | 1010 | 11110101 | 0 | 1100000 | 0 | 100 | 100101100 | 1011100 | 110010 |
Color Harmonies of #F40AF5
Complementary color
Monochromatic Colors of #F40AF5
Black with #F40AF5
Text Example
Text Example
White with #F40AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AF5; }
p { color: rgb(244,10,245); }
H1.HeaderClassName
{
color: #F40AF5;
}
.AnyTagClassName
{
color: #F40AF5;
}
</style>
background-color css
<style>
a { background-color: #F40AF5; }
a { background-color: rgb(244,10,245); }
div.DivClassName
{
background-color: #F40AF5;
}
.BgClassName
{
background-color: #F40AF5;
}
</style>
border-color css
<style>
span { border-color: #F40AF5; }
span { border-color: rgb(244,10,245); }
td.TdClassName
{
border-color: #F40AF5;
}
.TagClassName
{
border-color: #F40AF5;
}
</style>