Shades of Magenta #F400E8
Tints of Magenta #F400E8
RGB
CMYK
RGB Variations
Color information
#F400E8 (or 0xF400E8) is known color: Magenta. HEX triplet: F4, 00 and E8. RGB value is (244,0,232). Sum of RGB (Red+Green+Blue) = 244+0+232=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F400E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400E8 is #0BFF17. Grayscale: #626262. Windows color (decimal): -786200 or 15204596. OLE color: 15204596.
HSL color Cylindrical-coordinate representation of color #F400E8: hue angle of 302.95º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400E8 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 232 | - |
| CMYK | 0 | 1 | 0.05 | 0.04 |
| HSL | 302.95º | 1% | 0.48% | - |
| HSV(B) | 302.95º | 1% | 0.96% | - |
| XYZ | 51.87 | 25.06 | 78.45 | - |
| YUV | 99.4 | 202.84 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 232 | 0 | 1 | 0.05 | 0.04 | 302.95 | 1 | 0.48 |
| Hex | F4 | 0 | E8 | 0 | 64 | 5 | 4 | 12F | 64 | 30 |
| Octal | 364 | 0 | 350 | 0 | 144 | 5 | 4 | 457 | 144 | 60 |
| Binary | 11110100 | 0 | 11101000 | 0 | 1100100 | 101 | 100 | 100101111 | 1100100 | 110000 |
Color Harmonies of #F400E8
Complementary color
Monochromatic Colors of #F400E8
Black with #F400E8
Text Example
Text Example
White with #F400E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400E8; }
p { color: rgb(244,0,232); }
H1.HeaderClassName
{
color: #F400E8;
}
.AnyTagClassName
{
color: #F400E8;
}
</style>
background-color css
<style>
a { background-color: #F400E8; }
a { background-color: rgb(244,0,232); }
div.DivClassName
{
background-color: #F400E8;
}
.BgClassName
{
background-color: #F400E8;
}
</style>
border-color css
<style>
span { border-color: #F400E8; }
span { border-color: rgb(244,0,232); }
td.TdClassName
{
border-color: #F400E8;
}
.TagClassName
{
border-color: #F400E8;
}
</style>