Shades of Hot Magenta #F10FE3
Tints of Hot Magenta #F10FE3
RGB
CMYK
RGB Variations
Color information
#F10FE3 (or 0xF10FE3) is known color: Hot Magenta. HEX triplet: F1, 0F and E3. RGB value is (241,15,227). Sum of RGB (Red+Green+Blue) = 241+15+227=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FE3 is #0EF01C. Grayscale: #6A6A6A. Windows color (decimal): -978973 or 14880753. OLE color: 14880753.
HSL color Cylindrical-coordinate representation of color #F10FE3: hue angle of 303.72º 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 #F10FE3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 227 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.05 |
| HSL | 303.72º | 0.89% | 0.5% | - |
| HSV(B) | 303.72º | 0.94% | 0.95% | - |
| XYZ | 50.31 | 24.59 | 74.77 | - |
| YUV | 106.74 | 195.87 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 227 | 0 | 0.94 | 0.06 | 0.05 | 303.72 | 0.89 | 0.5 |
| Hex | F1 | F | E3 | 0 | 5E | 6 | 5 | 130 | 59 | 32 |
| Octal | 361 | 17 | 343 | 0 | 136 | 6 | 5 | 460 | 131 | 62 |
| Binary | 11110001 | 1111 | 11100011 | 0 | 1011110 | 110 | 101 | 100110000 | 1011001 | 110010 |
Color Harmonies of #F10FE3
Complementary color
Monochromatic Colors of #F10FE3
Black with #F10FE3
Text Example
Text Example
White with #F10FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FE3; }
p { color: rgb(241,15,227); }
H1.HeaderClassName
{
color: #F10FE3;
}
.AnyTagClassName
{
color: #F10FE3;
}
</style>
background-color css
<style>
a { background-color: #F10FE3; }
a { background-color: rgb(241,15,227); }
div.DivClassName
{
background-color: #F10FE3;
}
.BgClassName
{
background-color: #F10FE3;
}
</style>
border-color css
<style>
span { border-color: #F10FE3; }
span { border-color: rgb(241,15,227); }
td.TdClassName
{
border-color: #F10FE3;
}
.TagClassName
{
border-color: #F10FE3;
}
</style>