Shades of Magenta #F418EE
Tints of Magenta #F418EE
RGB
CMYK
RGB Variations
Color information
#F418EE (or 0xF418EE) is known color: Magenta. HEX triplet: F4, 18 and EE. RGB value is (244,24,238). Sum of RGB (Red+Green+Blue) = 244+24+238=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F418EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F418EE is #0BE711. Grayscale: #717171. Windows color (decimal): -780050 or 15603956. OLE color: 15603956.
HSL color Cylindrical-coordinate representation of color #F418EE: hue angle of 301.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418EE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 238 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.04 |
| HSL | 301.64º | 0.91% | 0.53% | - |
| HSV(B) | 301.64º | 0.9% | 0.96% | - |
| XYZ | 53.07 | 26.06 | 83.12 | - |
| YUV | 114.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 238 | 0 | 0.90 | 0.02 | 0.04 | 301.64 | 0.91 | 0.53 |
| Hex | F4 | 18 | EE | 0 | 5A | 2 | 4 | 12E | 5B | 35 |
| Octal | 364 | 30 | 356 | 0 | 132 | 2 | 4 | 456 | 133 | 65 |
| Binary | 11110100 | 11000 | 11101110 | 0 | 1011010 | 10 | 100 | 100101110 | 1011011 | 110101 |
Color Harmonies of #F418EE
Complementary color
Monochromatic Colors of #F418EE
Black with #F418EE
Text Example
Text Example
White with #F418EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418EE; }
p { color: rgb(244,24,238); }
H1.HeaderClassName
{
color: #F418EE;
}
.AnyTagClassName
{
color: #F418EE;
}
</style>
background-color css
<style>
a { background-color: #F418EE; }
a { background-color: rgb(244,24,238); }
div.DivClassName
{
background-color: #F418EE;
}
.BgClassName
{
background-color: #F418EE;
}
</style>
border-color css
<style>
span { border-color: #F418EE; }
span { border-color: rgb(244,24,238); }
td.TdClassName
{
border-color: #F418EE;
}
.TagClassName
{
border-color: #F418EE;
}
</style>