Shades of Magenta #F018EE
Tints of Magenta #F018EE
RGB
CMYK
RGB Variations
Color information
#F018EE (or 0xF018EE) is known color: Magenta. HEX triplet: F0, 18 and EE. RGB value is (240,24,238). Sum of RGB (Red+Green+Blue) = 240+24+238=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F018EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F018EE is #0FE711. Grayscale: #707070. Windows color (decimal): -1042194 or 15603952. OLE color: 15603952.
HSL color Cylindrical-coordinate representation of color #F018EE: hue angle of 300.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F018EE is Cyan = 0, Magento = 0.9, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 238 | - |
| CMYK | 0 | 0.9 | 0.01 | 0.06 |
| HSL | 300.56º | 0.88% | 0.52% | - |
| HSV(B) | 300.56º | 0.9% | 0.94% | - |
| XYZ | 51.69 | 25.35 | 83.06 | - |
| YUV | 112.98 | 198.56 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 238 | 0 | 0.9 | 0.01 | 0.06 | 300.56 | 0.88 | 0.52 |
| Hex | F0 | 18 | EE | 0 | 5A | 1 | 6 | 12D | 58 | 34 |
| Octal | 360 | 30 | 356 | 0 | 132 | 1 | 6 | 455 | 130 | 64 |
| Binary | 11110000 | 11000 | 11101110 | 0 | 1011010 | 1 | 110 | 100101101 | 1011000 | 110100 |
Color Harmonies of #F018EE
Complementary color
Monochromatic Colors of #F018EE
Black with #F018EE
Text Example
Text Example
White with #F018EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018EE; }
p { color: rgb(240,24,238); }
H1.HeaderClassName
{
color: #F018EE;
}
.AnyTagClassName
{
color: #F018EE;
}
</style>
background-color css
<style>
a { background-color: #F018EE; }
a { background-color: rgb(240,24,238); }
div.DivClassName
{
background-color: #F018EE;
}
.BgClassName
{
background-color: #F018EE;
}
</style>
border-color css
<style>
span { border-color: #F018EE; }
span { border-color: rgb(240,24,238); }
td.TdClassName
{
border-color: #F018EE;
}
.TagClassName
{
border-color: #F018EE;
}
</style>