Shades of Magenta #F408ED
Tints of Magenta #F408ED
RGB
CMYK
RGB Variations
Color information
#F408ED (or 0xF408ED) is known color: Magenta. HEX triplet: F4, 08 and ED. RGB value is (244,8,237). Sum of RGB (Red+Green+Blue) = 244+8+237=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 8 (3.52% from 255 or 1.64% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F408ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F408ED is #0BF712. Grayscale: #676767. Windows color (decimal): -784147 or 15534324. OLE color: 15534324.
HSL color Cylindrical-coordinate representation of color #F408ED: hue angle of 301.78º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408ED is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 237 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.04 |
| HSL | 301.78º | 0.94% | 0.49% | - |
| HSV(B) | 301.78º | 0.97% | 0.96% | - |
| XYZ | 52.68 | 25.52 | 82.27 | - |
| YUV | 104.67 | 202.69 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 237 | 0 | 0.97 | 0.03 | 0.04 | 301.78 | 0.94 | 0.49 |
| Hex | F4 | 8 | ED | 0 | 61 | 3 | 4 | 12E | 5E | 31 |
| Octal | 364 | 10 | 355 | 0 | 141 | 3 | 4 | 456 | 136 | 61 |
| Binary | 11110100 | 1000 | 11101101 | 0 | 1100001 | 11 | 100 | 100101110 | 1011110 | 110001 |
Color Harmonies of #F408ED
Complementary color
Monochromatic Colors of #F408ED
Black with #F408ED
Text Example
Text Example
White with #F408ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F408ED; }
p { color: rgb(244,8,237); }
H1.HeaderClassName
{
color: #F408ED;
}
.AnyTagClassName
{
color: #F408ED;
}
</style>
background-color css
<style>
a { background-color: #F408ED; }
a { background-color: rgb(244,8,237); }
div.DivClassName
{
background-color: #F408ED;
}
.BgClassName
{
background-color: #F408ED;
}
</style>
border-color css
<style>
span { border-color: #F408ED; }
span { border-color: rgb(244,8,237); }
td.TdClassName
{
border-color: #F408ED;
}
.TagClassName
{
border-color: #F408ED;
}
</style>