Shades of Magenta #F10FE9
Tints of Magenta #F10FE9
RGB
CMYK
RGB Variations
Color information
#F10FE9 (or 0xF10FE9) is known color: Magenta. HEX triplet: F1, 0F and E9. RGB value is (241,15,233). Sum of RGB (Red+Green+Blue) = 241+15+233=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FE9 is #0EF016. Grayscale: #6A6A6A. Windows color (decimal): -978967 or 15273969. OLE color: 15273969.
HSL color Cylindrical-coordinate representation of color #F10FE9: hue angle of 302.12º 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 #F10FE9 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 233 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.05 |
| HSL | 302.12º | 0.89% | 0.5% | - |
| HSV(B) | 302.12º | 0.94% | 0.95% | - |
| XYZ | 51.15 | 24.93 | 79.21 | - |
| YUV | 107.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 233 | 0 | 0.94 | 0.03 | 0.05 | 302.12 | 0.89 | 0.5 |
| Hex | F1 | F | E9 | 0 | 5E | 3 | 5 | 12E | 59 | 32 |
| Octal | 361 | 17 | 351 | 0 | 136 | 3 | 5 | 456 | 131 | 62 |
| Binary | 11110001 | 1111 | 11101001 | 0 | 1011110 | 11 | 101 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F10FE9
Complementary color
Monochromatic Colors of #F10FE9
Black with #F10FE9
Text Example
Text Example
White with #F10FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FE9; }
p { color: rgb(241,15,233); }
H1.HeaderClassName
{
color: #F10FE9;
}
.AnyTagClassName
{
color: #F10FE9;
}
</style>
background-color css
<style>
a { background-color: #F10FE9; }
a { background-color: rgb(241,15,233); }
div.DivClassName
{
background-color: #F10FE9;
}
.BgClassName
{
background-color: #F10FE9;
}
</style>
border-color css
<style>
span { border-color: #F10FE9; }
span { border-color: rgb(241,15,233); }
td.TdClassName
{
border-color: #F10FE9;
}
.TagClassName
{
border-color: #F10FE9;
}
</style>