Shades of Hot Magenta #F218E3
Tints of Hot Magenta #F218E3
RGB
CMYK
RGB Variations
Color information
#F218E3 (or 0xF218E3) is known color: Hot Magenta. HEX triplet: F2, 18 and E3. RGB value is (242,24,227). Sum of RGB (Red+Green+Blue) = 242+24+227=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F218E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218E3 is #0DE71C. Grayscale: #6F6F6F. Windows color (decimal): -911133 or 14883058. OLE color: 14883058.
HSL color Cylindrical-coordinate representation of color #F218E3: hue angle of 304.13º 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 #F218E3 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 227 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.05 |
| HSL | 304.13º | 0.89% | 0.52% | - |
| HSV(B) | 304.13º | 0.9% | 0.95% | - |
| XYZ | 50.81 | 25.08 | 74.84 | - |
| YUV | 112.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 227 | 0 | 0.90 | 0.06 | 0.05 | 304.13 | 0.89 | 0.52 |
| Hex | F2 | 18 | E3 | 0 | 5A | 6 | 5 | 130 | 59 | 34 |
| Octal | 362 | 30 | 343 | 0 | 132 | 6 | 5 | 460 | 131 | 64 |
| Binary | 11110010 | 11000 | 11100011 | 0 | 1011010 | 110 | 101 | 100110000 | 1011001 | 110100 |
Color Harmonies of #F218E3
Complementary color
Monochromatic Colors of #F218E3
Black with #F218E3
Text Example
Text Example
White with #F218E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218E3; }
p { color: rgb(242,24,227); }
H1.HeaderClassName
{
color: #F218E3;
}
.AnyTagClassName
{
color: #F218E3;
}
</style>
background-color css
<style>
a { background-color: #F218E3; }
a { background-color: rgb(242,24,227); }
div.DivClassName
{
background-color: #F218E3;
}
.BgClassName
{
background-color: #F218E3;
}
</style>
border-color css
<style>
span { border-color: #F218E3; }
span { border-color: rgb(242,24,227); }
td.TdClassName
{
border-color: #F218E3;
}
.TagClassName
{
border-color: #F218E3;
}
</style>