Shades of Magenta #F10FE8
Tints of Magenta #F10FE8
RGB
CMYK
RGB Variations
Color information
#F10FE8 (or 0xF10FE8) is known color: Magenta. HEX triplet: F1, 0F and E8. RGB value is (241,15,232). Sum of RGB (Red+Green+Blue) = 241+15+232=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FE8 is #0EF017. Grayscale: #6A6A6A. Windows color (decimal): -978968 or 15208433. OLE color: 15208433.
HSL color Cylindrical-coordinate representation of color #F10FE8: hue angle of 302.39º 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 #F10FE8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 232 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.05 |
| HSL | 302.39º | 0.89% | 0.5% | - |
| HSV(B) | 302.39º | 0.94% | 0.95% | - |
| XYZ | 51.01 | 24.87 | 78.46 | - |
| YUV | 107.31 | 198.37 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 232 | 0 | 0.94 | 0.04 | 0.05 | 302.39 | 0.89 | 0.5 |
| Hex | F1 | F | E8 | 0 | 5E | 4 | 5 | 12E | 59 | 32 |
| Octal | 361 | 17 | 350 | 0 | 136 | 4 | 5 | 456 | 131 | 62 |
| Binary | 11110001 | 1111 | 11101000 | 0 | 1011110 | 100 | 101 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F10FE8
Complementary color
Monochromatic Colors of #F10FE8
Black with #F10FE8
Text Example
Text Example
White with #F10FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FE8; }
p { color: rgb(241,15,232); }
H1.HeaderClassName
{
color: #F10FE8;
}
.AnyTagClassName
{
color: #F10FE8;
}
</style>
background-color css
<style>
a { background-color: #F10FE8; }
a { background-color: rgb(241,15,232); }
div.DivClassName
{
background-color: #F10FE8;
}
.BgClassName
{
background-color: #F10FE8;
}
</style>
border-color css
<style>
span { border-color: #F10FE8; }
span { border-color: rgb(241,15,232); }
td.TdClassName
{
border-color: #F10FE8;
}
.TagClassName
{
border-color: #F10FE8;
}
</style>