Shades of Hot Magenta #F10FE0
Tints of Hot Magenta #F10FE0
RGB
CMYK
RGB Variations
Color information
#F10FE0 (or 0xF10FE0) is known color: Hot Magenta. HEX triplet: F1, 0F and E0. RGB value is (241,15,224). Sum of RGB (Red+Green+Blue) = 241+15+224=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FE0 is #0EF01F. Grayscale: #696969. Windows color (decimal): -978976 or 14684145. OLE color: 14684145.
HSL color Cylindrical-coordinate representation of color #F10FE0: hue angle of 304.51º 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 #F10FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.05 |
| HSL | 304.51º | 0.89% | 0.5% | - |
| HSV(B) | 304.51º | 0.94% | 0.95% | - |
| XYZ | 49.9 | 24.42 | 72.61 | - |
| YUV | 106.4 | 194.37 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 224 | 0 | 0.94 | 0.07 | 0.05 | 304.51 | 0.89 | 0.5 |
| Hex | F1 | F | E0 | 0 | 5E | 7 | 5 | 131 | 59 | 32 |
| Octal | 361 | 17 | 340 | 0 | 136 | 7 | 5 | 461 | 131 | 62 |
| Binary | 11110001 | 1111 | 11100000 | 0 | 1011110 | 111 | 101 | 100110001 | 1011001 | 110010 |
Color Harmonies of #F10FE0
Complementary color
Monochromatic Colors of #F10FE0
Black with #F10FE0
Text Example
Text Example
White with #F10FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FE0; }
p { color: rgb(241,15,224); }
H1.HeaderClassName
{
color: #F10FE0;
}
.AnyTagClassName
{
color: #F10FE0;
}
</style>
background-color css
<style>
a { background-color: #F10FE0; }
a { background-color: rgb(241,15,224); }
div.DivClassName
{
background-color: #F10FE0;
}
.BgClassName
{
background-color: #F10FE0;
}
</style>
border-color css
<style>
span { border-color: #F10FE0; }
span { border-color: rgb(241,15,224); }
td.TdClassName
{
border-color: #F10FE0;
}
.TagClassName
{
border-color: #F10FE0;
}
</style>