Shades of Magenta #F215E7
Tints of Magenta #F215E7
RGB
CMYK
RGB Variations
Color information
#F215E7 (or 0xF215E7) is known color: Magenta. HEX triplet: F2, 15 and E7. RGB value is (242,21,231). Sum of RGB (Red+Green+Blue) = 242+21+231=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F215E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215E7 is #0DEA18. Grayscale: #6E6E6E. Windows color (decimal): -911897 or 15144434. OLE color: 15144434.
HSL color Cylindrical-coordinate representation of color #F215E7: hue angle of 302.99º 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 #F215E7 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 231 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.05 |
| HSL | 302.99º | 0.89% | 0.52% | - |
| HSV(B) | 302.99º | 0.91% | 0.95% | - |
| XYZ | 51.31 | 25.18 | 77.76 | - |
| YUV | 111.02 | 195.72 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 231 | 0 | 0.91 | 0.05 | 0.05 | 302.99 | 0.89 | 0.52 |
| Hex | F2 | 15 | E7 | 0 | 5B | 5 | 5 | 12F | 59 | 34 |
| Octal | 362 | 25 | 347 | 0 | 133 | 5 | 5 | 457 | 131 | 64 |
| Binary | 11110010 | 10101 | 11100111 | 0 | 1011011 | 101 | 101 | 100101111 | 1011001 | 110100 |
Color Harmonies of #F215E7
Complementary color
Monochromatic Colors of #F215E7
Black with #F215E7
Text Example
Text Example
White with #F215E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215E7; }
p { color: rgb(242,21,231); }
H1.HeaderClassName
{
color: #F215E7;
}
.AnyTagClassName
{
color: #F215E7;
}
</style>
background-color css
<style>
a { background-color: #F215E7; }
a { background-color: rgb(242,21,231); }
div.DivClassName
{
background-color: #F215E7;
}
.BgClassName
{
background-color: #F215E7;
}
</style>
border-color css
<style>
span { border-color: #F215E7; }
span { border-color: rgb(242,21,231); }
td.TdClassName
{
border-color: #F215E7;
}
.TagClassName
{
border-color: #F215E7;
}
</style>