Shades of Magenta #F400EE
Tints of Magenta #F400EE
RGB
CMYK
RGB Variations
Color information
#F400EE (or 0xF400EE) is known color: Magenta. HEX triplet: F4, 00 and EE. RGB value is (244,0,238). Sum of RGB (Red+Green+Blue) = 244+0+238=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F400EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400EE is #0BFF11. Grayscale: #636363. Windows color (decimal): -786194 or 15597812. OLE color: 15597812.
HSL color Cylindrical-coordinate representation of color #F400EE: hue angle of 301.48º 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 #F400EE is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 238 | - |
| CMYK | 0 | 1 | 0.02 | 0.04 |
| HSL | 301.48º | 1% | 0.48% | - |
| HSV(B) | 301.48º | 1% | 0.96% | - |
| XYZ | 52.74 | 25.41 | 83.01 | - |
| YUV | 100.09 | 205.84 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 238 | 0 | 1 | 0.02 | 0.04 | 301.48 | 1 | 0.48 |
| Hex | F4 | 0 | EE | 0 | 64 | 2 | 4 | 12D | 64 | 30 |
| Octal | 364 | 0 | 356 | 0 | 144 | 2 | 4 | 455 | 144 | 60 |
| Binary | 11110100 | 0 | 11101110 | 0 | 1100100 | 10 | 100 | 100101101 | 1100100 | 110000 |
Color Harmonies of #F400EE
Complementary color
Monochromatic Colors of #F400EE
Black with #F400EE
Text Example
Text Example
White with #F400EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400EE; }
p { color: rgb(244,0,238); }
H1.HeaderClassName
{
color: #F400EE;
}
.AnyTagClassName
{
color: #F400EE;
}
</style>
background-color css
<style>
a { background-color: #F400EE; }
a { background-color: rgb(244,0,238); }
div.DivClassName
{
background-color: #F400EE;
}
.BgClassName
{
background-color: #F400EE;
}
</style>
border-color css
<style>
span { border-color: #F400EE; }
span { border-color: rgb(244,0,238); }
td.TdClassName
{
border-color: #F400EE;
}
.TagClassName
{
border-color: #F400EE;
}
</style>