Shades of Magenta #F015EE
Tints of Magenta #F015EE
RGB
CMYK
RGB Variations
Color information
#F015EE (or 0xF015EE) is known color: Magenta. HEX triplet: F0, 15 and EE. RGB value is (240,21,238). Sum of RGB (Red+Green+Blue) = 240+21+238=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F015EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015EE is #0FEA11. Grayscale: #6E6E6E. Windows color (decimal): -1042962 or 15603184. OLE color: 15603184.
HSL color Cylindrical-coordinate representation of color #F015EE: hue angle of 300.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015EE is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 238 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.06 |
| HSL | 300.55º | 0.88% | 0.51% | - |
| HSV(B) | 300.55º | 0.91% | 0.94% | - |
| XYZ | 51.64 | 25.23 | 83.04 | - |
| YUV | 111.22 | 199.55 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 238 | 0 | 0.91 | 0.01 | 0.06 | 300.55 | 0.88 | 0.51 |
| Hex | F0 | 15 | EE | 0 | 5B | 1 | 6 | 12D | 58 | 33 |
| Octal | 360 | 25 | 356 | 0 | 133 | 1 | 6 | 455 | 130 | 63 |
| Binary | 11110000 | 10101 | 11101110 | 0 | 1011011 | 1 | 110 | 100101101 | 1011000 | 110011 |
Color Harmonies of #F015EE
Complementary color
Monochromatic Colors of #F015EE
Black with #F015EE
Text Example
Text Example
White with #F015EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015EE; }
p { color: rgb(240,21,238); }
H1.HeaderClassName
{
color: #F015EE;
}
.AnyTagClassName
{
color: #F015EE;
}
</style>
background-color css
<style>
a { background-color: #F015EE; }
a { background-color: rgb(240,21,238); }
div.DivClassName
{
background-color: #F015EE;
}
.BgClassName
{
background-color: #F015EE;
}
</style>
border-color css
<style>
span { border-color: #F015EE; }
span { border-color: rgb(240,21,238); }
td.TdClassName
{
border-color: #F015EE;
}
.TagClassName
{
border-color: #F015EE;
}
</style>