Shades of Magenta #F218EE
Tints of Magenta #F218EE
RGB
CMYK
RGB Variations
Color information
#F218EE (or 0xF218EE) is known color: Magenta. HEX triplet: F2, 18 and EE. RGB value is (242,24,238). Sum of RGB (Red+Green+Blue) = 242+24+238=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F218EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218EE is #0DE711. Grayscale: #707070. Windows color (decimal): -911122 or 15603954. OLE color: 15603954.
HSL color Cylindrical-coordinate representation of color #F218EE: hue angle of 301.1º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218EE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 238 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.05 |
| HSL | 301.1º | 0.89% | 0.52% | - |
| HSV(B) | 301.1º | 0.9% | 0.95% | - |
| XYZ | 52.38 | 25.7 | 83.09 | - |
| YUV | 113.58 | 198.22 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 238 | 0 | 0.90 | 0.02 | 0.05 | 301.1 | 0.89 | 0.52 |
| Hex | F2 | 18 | EE | 0 | 5A | 2 | 5 | 12D | 59 | 34 |
| Octal | 362 | 30 | 356 | 0 | 132 | 2 | 5 | 455 | 131 | 64 |
| Binary | 11110010 | 11000 | 11101110 | 0 | 1011010 | 10 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F218EE
Complementary color
Monochromatic Colors of #F218EE
Black with #F218EE
Text Example
Text Example
White with #F218EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218EE; }
p { color: rgb(242,24,238); }
H1.HeaderClassName
{
color: #F218EE;
}
.AnyTagClassName
{
color: #F218EE;
}
</style>
background-color css
<style>
a { background-color: #F218EE; }
a { background-color: rgb(242,24,238); }
div.DivClassName
{
background-color: #F218EE;
}
.BgClassName
{
background-color: #F218EE;
}
</style>
border-color css
<style>
span { border-color: #F218EE; }
span { border-color: rgb(242,24,238); }
td.TdClassName
{
border-color: #F218EE;
}
.TagClassName
{
border-color: #F218EE;
}
</style>