Shades of Magenta #F405ED
Tints of Magenta #F405ED
RGB
CMYK
RGB Variations
Color information
#F405ED (or 0xF405ED) is known color: Magenta. HEX triplet: F4, 05 and ED. RGB value is (244,5,237). Sum of RGB (Red+Green+Blue) = 244+5+237=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F405ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F405ED is #0BFA12. Grayscale: #666666. Windows color (decimal): -784915 or 15533556. OLE color: 15533556.
HSL color Cylindrical-coordinate representation of color #F405ED: hue angle of 301.76º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405ED is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 301.76º | 0.96% | 0.49% | - |
| HSV(B) | 301.76º | 0.98% | 0.96% | - |
| XYZ | 52.65 | 25.46 | 82.26 | - |
| YUV | 102.91 | 203.68 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 237 | 0 | 0.98 | 0.03 | 0.04 | 301.76 | 0.96 | 0.49 |
| Hex | F4 | 5 | ED | 0 | 62 | 3 | 4 | 12E | 60 | 31 |
| Octal | 364 | 5 | 355 | 0 | 142 | 3 | 4 | 456 | 140 | 61 |
| Binary | 11110100 | 101 | 11101101 | 0 | 1100010 | 11 | 100 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F405ED
Complementary color
Monochromatic Colors of #F405ED
Black with #F405ED
Text Example
Text Example
White with #F405ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405ED; }
p { color: rgb(244,5,237); }
H1.HeaderClassName
{
color: #F405ED;
}
.AnyTagClassName
{
color: #F405ED;
}
</style>
background-color css
<style>
a { background-color: #F405ED; }
a { background-color: rgb(244,5,237); }
div.DivClassName
{
background-color: #F405ED;
}
.BgClassName
{
background-color: #F405ED;
}
</style>
border-color css
<style>
span { border-color: #F405ED; }
span { border-color: rgb(244,5,237); }
td.TdClassName
{
border-color: #F405ED;
}
.TagClassName
{
border-color: #F405ED;
}
</style>