Shades of Magenta #F118EF
Tints of Magenta #F118EF
RGB
CMYK
RGB Variations
Color information
#F118EF (or 0xF118EF) is known color: Magenta. HEX triplet: F1, 18 and EF. RGB value is (241,24,239). Sum of RGB (Red+Green+Blue) = 241+24+239=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F118EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F118EF is #0EE710. Grayscale: #707070. Windows color (decimal): -976657 or 15669489. OLE color: 15669489.
HSL color Cylindrical-coordinate representation of color #F118EF: hue angle of 300.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118EF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 239 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.05 |
| HSL | 300.55º | 0.89% | 0.52% | - |
| HSV(B) | 300.55º | 0.9% | 0.95% | - |
| XYZ | 52.18 | 25.59 | 83.85 | - |
| YUV | 113.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 239 | 0 | 0.90 | 0.01 | 0.05 | 300.55 | 0.89 | 0.52 |
| Hex | F1 | 18 | EF | 0 | 5A | 1 | 5 | 12D | 59 | 34 |
| Octal | 361 | 30 | 357 | 0 | 132 | 1 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 11000 | 11101111 | 0 | 1011010 | 1 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F118EF
Complementary color
Monochromatic Colors of #F118EF
Black with #F118EF
Text Example
Text Example
White with #F118EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118EF; }
p { color: rgb(241,24,239); }
H1.HeaderClassName
{
color: #F118EF;
}
.AnyTagClassName
{
color: #F118EF;
}
</style>
background-color css
<style>
a { background-color: #F118EF; }
a { background-color: rgb(241,24,239); }
div.DivClassName
{
background-color: #F118EF;
}
.BgClassName
{
background-color: #F118EF;
}
</style>
border-color css
<style>
span { border-color: #F118EF; }
span { border-color: rgb(241,24,239); }
td.TdClassName
{
border-color: #F118EF;
}
.TagClassName
{
border-color: #F118EF;
}
</style>