Shades of Magenta #F215E9
Tints of Magenta #F215E9
RGB
CMYK
RGB Variations
Color information
#F215E9 (or 0xF215E9) is known color: Magenta. HEX triplet: F2, 15 and E9. RGB value is (242,21,233). Sum of RGB (Red+Green+Blue) = 242+21+233=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F215E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215E9 is #0DEA16. Grayscale: #6E6E6E. Windows color (decimal): -911895 or 15275506. OLE color: 15275506.
HSL color Cylindrical-coordinate representation of color #F215E9: hue angle of 302.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215E9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 233 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.05 |
| HSL | 302.44º | 0.89% | 0.52% | - |
| HSV(B) | 302.44º | 0.91% | 0.95% | - |
| XYZ | 51.59 | 25.3 | 79.25 | - |
| YUV | 111.25 | 196.72 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 233 | 0 | 0.91 | 0.04 | 0.05 | 302.44 | 0.89 | 0.52 |
| Hex | F2 | 15 | E9 | 0 | 5B | 4 | 5 | 12E | 59 | 34 |
| Octal | 362 | 25 | 351 | 0 | 133 | 4 | 5 | 456 | 131 | 64 |
| Binary | 11110010 | 10101 | 11101001 | 0 | 1011011 | 100 | 101 | 100101110 | 1011001 | 110100 |
Color Harmonies of #F215E9
Complementary color
Monochromatic Colors of #F215E9
Black with #F215E9
Text Example
Text Example
White with #F215E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215E9; }
p { color: rgb(242,21,233); }
H1.HeaderClassName
{
color: #F215E9;
}
.AnyTagClassName
{
color: #F215E9;
}
</style>
background-color css
<style>
a { background-color: #F215E9; }
a { background-color: rgb(242,21,233); }
div.DivClassName
{
background-color: #F215E9;
}
.BgClassName
{
background-color: #F215E9;
}
</style>
border-color css
<style>
span { border-color: #F215E9; }
span { border-color: rgb(242,21,233); }
td.TdClassName
{
border-color: #F215E9;
}
.TagClassName
{
border-color: #F215E9;
}
</style>