Shades of Hot Magenta #F10FE4
Tints of Hot Magenta #F10FE4
RGB
CMYK
RGB Variations
Color information
#F10FE4 (or 0xF10FE4) is known color: Hot Magenta. HEX triplet: F1, 0F and E4. RGB value is (241,15,228). Sum of RGB (Red+Green+Blue) = 241+15+228=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FE4 is #0EF01B. Grayscale: #6A6A6A. Windows color (decimal): -978972 or 14946289. OLE color: 14946289.
HSL color Cylindrical-coordinate representation of color #F10FE4: hue angle of 303.45º 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 #F10FE4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 228 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.05 |
| HSL | 303.45º | 0.89% | 0.5% | - |
| HSV(B) | 303.45º | 0.94% | 0.95% | - |
| XYZ | 50.45 | 24.64 | 75.5 | - |
| YUV | 106.86 | 196.37 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 228 | 0 | 0.94 | 0.05 | 0.05 | 303.45 | 0.89 | 0.5 |
| Hex | F1 | F | E4 | 0 | 5E | 5 | 5 | 12F | 59 | 32 |
| Octal | 361 | 17 | 344 | 0 | 136 | 5 | 5 | 457 | 131 | 62 |
| Binary | 11110001 | 1111 | 11100100 | 0 | 1011110 | 101 | 101 | 100101111 | 1011001 | 110010 |
Color Harmonies of #F10FE4
Complementary color
Monochromatic Colors of #F10FE4
Black with #F10FE4
Text Example
Text Example
White with #F10FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FE4; }
p { color: rgb(241,15,228); }
H1.HeaderClassName
{
color: #F10FE4;
}
.AnyTagClassName
{
color: #F10FE4;
}
</style>
background-color css
<style>
a { background-color: #F10FE4; }
a { background-color: rgb(241,15,228); }
div.DivClassName
{
background-color: #F10FE4;
}
.BgClassName
{
background-color: #F10FE4;
}
</style>
border-color css
<style>
span { border-color: #F10FE4; }
span { border-color: rgb(241,15,228); }
td.TdClassName
{
border-color: #F10FE4;
}
.TagClassName
{
border-color: #F10FE4;
}
</style>