Shades of Magenta #F215E8
Tints of Magenta #F215E8
RGB
CMYK
RGB Variations
Color information
#F215E8 (or 0xF215E8) is known color: Magenta. HEX triplet: F2, 15 and E8. RGB value is (242,21,232). Sum of RGB (Red+Green+Blue) = 242+21+232=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F215E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215E8 is #0DEA17. Grayscale: #6E6E6E. Windows color (decimal): -911896 or 15209970. OLE color: 15209970.
HSL color Cylindrical-coordinate representation of color #F215E8: hue angle of 302.71º 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 #F215E8 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 232 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.05 |
| HSL | 302.71º | 0.89% | 0.52% | - |
| HSV(B) | 302.71º | 0.91% | 0.95% | - |
| XYZ | 51.45 | 25.24 | 78.5 | - |
| YUV | 111.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 232 | 0 | 0.91 | 0.04 | 0.05 | 302.71 | 0.89 | 0.52 |
| Hex | F2 | 15 | E8 | 0 | 5B | 4 | 5 | 12F | 59 | 34 |
| Octal | 362 | 25 | 350 | 0 | 133 | 4 | 5 | 457 | 131 | 64 |
| Binary | 11110010 | 10101 | 11101000 | 0 | 1011011 | 100 | 101 | 100101111 | 1011001 | 110100 |
Color Harmonies of #F215E8
Complementary color
Monochromatic Colors of #F215E8
Black with #F215E8
Text Example
Text Example
White with #F215E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215E8; }
p { color: rgb(242,21,232); }
H1.HeaderClassName
{
color: #F215E8;
}
.AnyTagClassName
{
color: #F215E8;
}
</style>
background-color css
<style>
a { background-color: #F215E8; }
a { background-color: rgb(242,21,232); }
div.DivClassName
{
background-color: #F215E8;
}
.BgClassName
{
background-color: #F215E8;
}
</style>
border-color css
<style>
span { border-color: #F215E8; }
span { border-color: rgb(242,21,232); }
td.TdClassName
{
border-color: #F215E8;
}
.TagClassName
{
border-color: #F215E8;
}
</style>