Shades of Magenta #F10FEB
Tints of Magenta #F10FEB
RGB
CMYK
RGB Variations
Color information
#F10FEB (or 0xF10FEB) is known color: Magenta. HEX triplet: F1, 0F and EB. RGB value is (241,15,235). Sum of RGB (Red+Green+Blue) = 241+15+235=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FEB is #0EF014. Grayscale: #6B6B6B. Windows color (decimal): -978965 or 15405041. OLE color: 15405041.
HSL color Cylindrical-coordinate representation of color #F10FEB: hue angle of 301.59º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FEB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 235 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.59º | 0.89% | 0.5% | - |
| HSV(B) | 301.59º | 0.94% | 0.95% | - |
| XYZ | 51.44 | 25.04 | 80.72 | - |
| YUV | 107.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 235 | 0 | 0.94 | 0.02 | 0.05 | 301.59 | 0.89 | 0.5 |
| Hex | F1 | F | EB | 0 | 5E | 2 | 5 | 12E | 59 | 32 |
| Octal | 361 | 17 | 353 | 0 | 136 | 2 | 5 | 456 | 131 | 62 |
| Binary | 11110001 | 1111 | 11101011 | 0 | 1011110 | 10 | 101 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F10FEB
Complementary color
Monochromatic Colors of #F10FEB
Black with #F10FEB
Text Example
Text Example
White with #F10FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FEB; }
p { color: rgb(241,15,235); }
H1.HeaderClassName
{
color: #F10FEB;
}
.AnyTagClassName
{
color: #F10FEB;
}
</style>
background-color css
<style>
a { background-color: #F10FEB; }
a { background-color: rgb(241,15,235); }
div.DivClassName
{
background-color: #F10FEB;
}
.BgClassName
{
background-color: #F10FEB;
}
</style>
border-color css
<style>
span { border-color: #F10FEB; }
span { border-color: rgb(241,15,235); }
td.TdClassName
{
border-color: #F10FEB;
}
.TagClassName
{
border-color: #F10FEB;
}
</style>