Shades of Magenta #F218E6
Tints of Magenta #F218E6
RGB
CMYK
RGB Variations
Color information
#F218E6 (or 0xF218E6) is known color: Magenta. HEX triplet: F2, 18 and E6. RGB value is (242,24,230). Sum of RGB (Red+Green+Blue) = 242+24+230=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F218E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218E6 is #0DE719. Grayscale: #707070. Windows color (decimal): -911130 or 15079666. OLE color: 15079666.
HSL color Cylindrical-coordinate representation of color #F218E6: hue angle of 303.3º 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 #F218E6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 230 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.05 |
| HSL | 303.3º | 0.89% | 0.52% | - |
| HSV(B) | 303.3º | 0.9% | 0.95% | - |
| XYZ | 51.23 | 25.24 | 77.04 | - |
| YUV | 112.67 | 194.22 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 230 | 0 | 0.90 | 0.05 | 0.05 | 303.3 | 0.89 | 0.52 |
| Hex | F2 | 18 | E6 | 0 | 5A | 5 | 5 | 12F | 59 | 34 |
| Octal | 362 | 30 | 346 | 0 | 132 | 5 | 5 | 457 | 131 | 64 |
| Binary | 11110010 | 11000 | 11100110 | 0 | 1011010 | 101 | 101 | 100101111 | 1011001 | 110100 |
Color Harmonies of #F218E6
Complementary color
Monochromatic Colors of #F218E6
Black with #F218E6
Text Example
Text Example
White with #F218E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218E6; }
p { color: rgb(242,24,230); }
H1.HeaderClassName
{
color: #F218E6;
}
.AnyTagClassName
{
color: #F218E6;
}
</style>
background-color css
<style>
a { background-color: #F218E6; }
a { background-color: rgb(242,24,230); }
div.DivClassName
{
background-color: #F218E6;
}
.BgClassName
{
background-color: #F218E6;
}
</style>
border-color css
<style>
span { border-color: #F218E6; }
span { border-color: rgb(242,24,230); }
td.TdClassName
{
border-color: #F218E6;
}
.TagClassName
{
border-color: #F218E6;
}
</style>