Shades of Magenta #F401ED
Tints of Magenta #F401ED
RGB
CMYK
RGB Variations
Color information
#F401ED (or 0xF401ED) is known color: Magenta. HEX triplet: F4, 01 and ED. RGB value is (244,1,237). Sum of RGB (Red+Green+Blue) = 244+1+237=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 1 (0.78% from 255 or 0.21% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F401ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401ED is #0BFE12. Grayscale: #636363. Windows color (decimal): -785939 or 15532532. OLE color: 15532532.
HSL color Cylindrical-coordinate representation of color #F401ED: hue angle of 301.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401ED is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.04 |
| HSL | 301.73º | 0.99% | 0.48% | - |
| HSV(B) | 301.73º | 1% | 0.96% | - |
| XYZ | 52.61 | 25.37 | 82.24 | - |
| YUV | 100.56 | 205.01 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 237 | 0 | 1.00 | 0.03 | 0.04 | 301.73 | 0.99 | 0.48 |
| Hex | F4 | 1 | ED | 0 | 64 | 3 | 4 | 12E | 63 | 30 |
| Octal | 364 | 1 | 355 | 0 | 144 | 3 | 4 | 456 | 143 | 60 |
| Binary | 11110100 | 1 | 11101101 | 0 | 1100100 | 11 | 100 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F401ED
Complementary color
Monochromatic Colors of #F401ED
Black with #F401ED
Text Example
Text Example
White with #F401ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401ED; }
p { color: rgb(244,1,237); }
H1.HeaderClassName
{
color: #F401ED;
}
.AnyTagClassName
{
color: #F401ED;
}
</style>
background-color css
<style>
a { background-color: #F401ED; }
a { background-color: rgb(244,1,237); }
div.DivClassName
{
background-color: #F401ED;
}
.BgClassName
{
background-color: #F401ED;
}
</style>
border-color css
<style>
span { border-color: #F401ED; }
span { border-color: rgb(244,1,237); }
td.TdClassName
{
border-color: #F401ED;
}
.TagClassName
{
border-color: #F401ED;
}
</style>