Shades of Magenta #F405E8
Tints of Magenta #F405E8
RGB
CMYK
RGB Variations
Color information
#F405E8 (or 0xF405E8) is known color: Magenta. HEX triplet: F4, 05 and E8. RGB value is (244,5,232). Sum of RGB (Red+Green+Blue) = 244+5+232=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F405E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F405E8 is #0BFA17. Grayscale: #656565. Windows color (decimal): -784920 or 15205876. OLE color: 15205876.
HSL color Cylindrical-coordinate representation of color #F405E8: hue angle of 303.01º 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 #F405E8 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 232 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.04 |
| HSL | 303.01º | 0.96% | 0.49% | - |
| HSV(B) | 303.01º | 0.98% | 0.96% | - |
| XYZ | 51.93 | 25.17 | 78.46 | - |
| YUV | 102.34 | 201.18 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 232 | 0 | 0.98 | 0.05 | 0.04 | 303.01 | 0.96 | 0.49 |
| Hex | F4 | 5 | E8 | 0 | 62 | 5 | 4 | 12F | 60 | 31 |
| Octal | 364 | 5 | 350 | 0 | 142 | 5 | 4 | 457 | 140 | 61 |
| Binary | 11110100 | 101 | 11101000 | 0 | 1100010 | 101 | 100 | 100101111 | 1100000 | 110001 |
Color Harmonies of #F405E8
Complementary color
Monochromatic Colors of #F405E8
Black with #F405E8
Text Example
Text Example
White with #F405E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405E8; }
p { color: rgb(244,5,232); }
H1.HeaderClassName
{
color: #F405E8;
}
.AnyTagClassName
{
color: #F405E8;
}
</style>
background-color css
<style>
a { background-color: #F405E8; }
a { background-color: rgb(244,5,232); }
div.DivClassName
{
background-color: #F405E8;
}
.BgClassName
{
background-color: #F405E8;
}
</style>
border-color css
<style>
span { border-color: #F405E8; }
span { border-color: rgb(244,5,232); }
td.TdClassName
{
border-color: #F405E8;
}
.TagClassName
{
border-color: #F405E8;
}
</style>