Shades of Magenta #F110EF
Tints of Magenta #F110EF
RGB
CMYK
RGB Variations
Color information
#F110EF (or 0xF110EF) is known color: Magenta. HEX triplet: F1, 10 and EF. RGB value is (241,16,239). Sum of RGB (Red+Green+Blue) = 241+16+239=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F110EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F110EF is #0EEF10. Grayscale: #6C6C6C. Windows color (decimal): -978705 or 15667441. OLE color: 15667441.
HSL color Cylindrical-coordinate representation of color #F110EF: hue angle of 300.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110EF is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 239 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.05 |
| HSL | 300.53º | 0.89% | 0.5% | - |
| HSV(B) | 300.53º | 0.93% | 0.95% | - |
| XYZ | 52.04 | 25.3 | 83.8 | - |
| YUV | 108.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 239 | 0 | 0.93 | 0.01 | 0.05 | 300.53 | 0.89 | 0.5 |
| Hex | F1 | 10 | EF | 0 | 5D | 1 | 5 | 12D | 59 | 32 |
| Octal | 361 | 20 | 357 | 0 | 135 | 1 | 5 | 455 | 131 | 62 |
| Binary | 11110001 | 10000 | 11101111 | 0 | 1011101 | 1 | 101 | 100101101 | 1011001 | 110010 |
Color Harmonies of #F110EF
Complementary color
Monochromatic Colors of #F110EF
Black with #F110EF
Text Example
Text Example
White with #F110EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110EF; }
p { color: rgb(241,16,239); }
H1.HeaderClassName
{
color: #F110EF;
}
.AnyTagClassName
{
color: #F110EF;
}
</style>
background-color css
<style>
a { background-color: #F110EF; }
a { background-color: rgb(241,16,239); }
div.DivClassName
{
background-color: #F110EF;
}
.BgClassName
{
background-color: #F110EF;
}
</style>
border-color css
<style>
span { border-color: #F110EF; }
span { border-color: rgb(241,16,239); }
td.TdClassName
{
border-color: #F110EF;
}
.TagClassName
{
border-color: #F110EF;
}
</style>