Shades of Magenta #F918EE
Tints of Magenta #F918EE
RGB
CMYK
RGB Variations
Color information
#F918EE (or 0xF918EE) is known color: Magenta. HEX triplet: F9, 18 and EE. RGB value is (249,24,238). Sum of RGB (Red+Green+Blue) = 249+24+238=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 24 (9.77% from 255 or 4.70% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F918EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918EE is #06E711. Grayscale: #737373. Windows color (decimal): -452370 or 15603961. OLE color: 15603961.
HSL color Cylindrical-coordinate representation of color #F918EE: hue angle of 302.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918EE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 238 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.93º | 0.95% | 0.54% | - |
| HSV(B) | 302.93º | 0.9% | 0.98% | - |
| XYZ | 54.83 | 26.97 | 83.2 | - |
| YUV | 115.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 238 | 0 | 0.90 | 0.04 | 0.02 | 302.93 | 0.95 | 0.54 |
| Hex | F9 | 18 | EE | 0 | 5A | 4 | 2 | 12F | 5F | 36 |
| Octal | 371 | 30 | 356 | 0 | 132 | 4 | 2 | 457 | 137 | 66 |
| Binary | 11111001 | 11000 | 11101110 | 0 | 1011010 | 100 | 10 | 100101111 | 1011111 | 110110 |
Color Harmonies of #F918EE
Complementary color
Monochromatic Colors of #F918EE
Black with #F918EE
Text Example
Text Example
White with #F918EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918EE; }
p { color: rgb(249,24,238); }
H1.HeaderClassName
{
color: #F918EE;
}
.AnyTagClassName
{
color: #F918EE;
}
</style>
background-color css
<style>
a { background-color: #F918EE; }
a { background-color: rgb(249,24,238); }
div.DivClassName
{
background-color: #F918EE;
}
.BgClassName
{
background-color: #F918EE;
}
</style>
border-color css
<style>
span { border-color: #F918EE; }
span { border-color: rgb(249,24,238); }
td.TdClassName
{
border-color: #F918EE;
}
.TagClassName
{
border-color: #F918EE;
}
</style>