Shades of Magenta #F215EA
Tints of Magenta #F215EA
RGB
CMYK
RGB Variations
Color information
#F215EA (or 0xF215EA) is known color: Magenta. HEX triplet: F2, 15 and EA. RGB value is (242,21,234). Sum of RGB (Red+Green+Blue) = 242+21+234=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F215EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215EA is #0DEA15. Grayscale: #6E6E6E. Windows color (decimal): -911894 or 15341042. OLE color: 15341042.
HSL color Cylindrical-coordinate representation of color #F215EA: hue angle of 302.17º 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 #F215EA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 234 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.05 |
| HSL | 302.17º | 0.89% | 0.52% | - |
| HSV(B) | 302.17º | 0.91% | 0.95% | - |
| XYZ | 51.74 | 25.35 | 80.01 | - |
| YUV | 111.36 | 197.22 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 234 | 0 | 0.91 | 0.03 | 0.05 | 302.17 | 0.89 | 0.52 |
| Hex | F2 | 15 | EA | 0 | 5B | 3 | 5 | 12E | 59 | 34 |
| Octal | 362 | 25 | 352 | 0 | 133 | 3 | 5 | 456 | 131 | 64 |
| Binary | 11110010 | 10101 | 11101010 | 0 | 1011011 | 11 | 101 | 100101110 | 1011001 | 110100 |
Color Harmonies of #F215EA
Complementary color
Monochromatic Colors of #F215EA
Black with #F215EA
Text Example
Text Example
White with #F215EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215EA; }
p { color: rgb(242,21,234); }
H1.HeaderClassName
{
color: #F215EA;
}
.AnyTagClassName
{
color: #F215EA;
}
</style>
background-color css
<style>
a { background-color: #F215EA; }
a { background-color: rgb(242,21,234); }
div.DivClassName
{
background-color: #F215EA;
}
.BgClassName
{
background-color: #F215EA;
}
</style>
border-color css
<style>
span { border-color: #F215EA; }
span { border-color: rgb(242,21,234); }
td.TdClassName
{
border-color: #F215EA;
}
.TagClassName
{
border-color: #F215EA;
}
</style>