Shades of Magenta #F215EE
Tints of Magenta #F215EE
RGB
CMYK
RGB Variations
Color information
#F215EE (or 0xF215EE) is known color: Magenta. HEX triplet: F2, 15 and EE. RGB value is (242,21,238). Sum of RGB (Red+Green+Blue) = 242+21+238=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F215EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F215EE is #0DEA11. Grayscale: #6F6F6F. Windows color (decimal): -911890 or 15603186. OLE color: 15603186.
HSL color Cylindrical-coordinate representation of color #F215EE: hue angle of 301.09º 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 #F215EE is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 238 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.05 |
| HSL | 301.09º | 0.89% | 0.52% | - |
| HSV(B) | 301.09º | 0.91% | 0.95% | - |
| XYZ | 52.32 | 25.59 | 83.07 | - |
| YUV | 111.82 | 199.22 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 238 | 0 | 0.91 | 0.02 | 0.05 | 301.09 | 0.89 | 0.52 |
| Hex | F2 | 15 | EE | 0 | 5B | 2 | 5 | 12D | 59 | 34 |
| Octal | 362 | 25 | 356 | 0 | 133 | 2 | 5 | 455 | 131 | 64 |
| Binary | 11110010 | 10101 | 11101110 | 0 | 1011011 | 10 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F215EE
Complementary color
Monochromatic Colors of #F215EE
Black with #F215EE
Text Example
Text Example
White with #F215EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215EE; }
p { color: rgb(242,21,238); }
H1.HeaderClassName
{
color: #F215EE;
}
.AnyTagClassName
{
color: #F215EE;
}
</style>
background-color css
<style>
a { background-color: #F215EE; }
a { background-color: rgb(242,21,238); }
div.DivClassName
{
background-color: #F215EE;
}
.BgClassName
{
background-color: #F215EE;
}
</style>
border-color css
<style>
span { border-color: #F215EE; }
span { border-color: rgb(242,21,238); }
td.TdClassName
{
border-color: #F215EE;
}
.TagClassName
{
border-color: #F215EE;
}
</style>