Shades of Magenta #F400EB
Tints of Magenta #F400EB
RGB
CMYK
RGB Variations
Color information
#F400EB (or 0xF400EB) is known color: Magenta. HEX triplet: F4, 00 and EB. RGB value is (244,0,235). Sum of RGB (Red+Green+Blue) = 244+0+235=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F400EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400EB is #0BFF14. Grayscale: #636363. Windows color (decimal): -786197 or 15401204. OLE color: 15401204.
HSL color Cylindrical-coordinate representation of color #F400EB: hue angle of 302.21º 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 #F400EB is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 235 | - |
| CMYK | 0 | 1 | 0.04 | 0.04 |
| HSL | 302.21º | 1% | 0.48% | - |
| HSV(B) | 302.21º | 1% | 0.96% | - |
| XYZ | 52.3 | 25.23 | 80.71 | - |
| YUV | 99.75 | 204.34 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 235 | 0 | 1 | 0.04 | 0.04 | 302.21 | 1 | 0.48 |
| Hex | F4 | 0 | EB | 0 | 64 | 4 | 4 | 12E | 64 | 30 |
| Octal | 364 | 0 | 353 | 0 | 144 | 4 | 4 | 456 | 144 | 60 |
| Binary | 11110100 | 0 | 11101011 | 0 | 1100100 | 100 | 100 | 100101110 | 1100100 | 110000 |
Color Harmonies of #F400EB
Complementary color
Monochromatic Colors of #F400EB
Black with #F400EB
Text Example
Text Example
White with #F400EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400EB; }
p { color: rgb(244,0,235); }
H1.HeaderClassName
{
color: #F400EB;
}
.AnyTagClassName
{
color: #F400EB;
}
</style>
background-color css
<style>
a { background-color: #F400EB; }
a { background-color: rgb(244,0,235); }
div.DivClassName
{
background-color: #F400EB;
}
.BgClassName
{
background-color: #F400EB;
}
</style>
border-color css
<style>
span { border-color: #F400EB; }
span { border-color: rgb(244,0,235); }
td.TdClassName
{
border-color: #F400EB;
}
.TagClassName
{
border-color: #F400EB;
}
</style>