Shades of Hot Magenta #F10BE1
Tints of Hot Magenta #F10BE1
RGB
CMYK
RGB Variations
Color information
#F10BE1 (or 0xF10BE1) is known color: Hot Magenta. HEX triplet: F1, 0B and E1. RGB value is (241,11,225). Sum of RGB (Red+Green+Blue) = 241+11+225=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BE1 is #0EF41E. Grayscale: #676767. Windows color (decimal): -979999 or 14748657. OLE color: 14748657.
HSL color Cylindrical-coordinate representation of color #F10BE1: hue angle of 304.17º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BE1 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 225 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.05 |
| HSL | 304.17º | 0.91% | 0.49% | - |
| HSV(B) | 304.17º | 0.95% | 0.95% | - |
| XYZ | 49.99 | 24.38 | 73.3 | - |
| YUV | 104.17 | 196.2 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 225 | 0 | 0.95 | 0.07 | 0.05 | 304.17 | 0.91 | 0.49 |
| Hex | F1 | B | E1 | 0 | 5F | 7 | 5 | 130 | 5B | 31 |
| Octal | 361 | 13 | 341 | 0 | 137 | 7 | 5 | 460 | 133 | 61 |
| Binary | 11110001 | 1011 | 11100001 | 0 | 1011111 | 111 | 101 | 100110000 | 1011011 | 110001 |
Color Harmonies of #F10BE1
Complementary color
Monochromatic Colors of #F10BE1
Black with #F10BE1
Text Example
Text Example
White with #F10BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BE1; }
p { color: rgb(241,11,225); }
H1.HeaderClassName
{
color: #F10BE1;
}
.AnyTagClassName
{
color: #F10BE1;
}
</style>
background-color css
<style>
a { background-color: #F10BE1; }
a { background-color: rgb(241,11,225); }
div.DivClassName
{
background-color: #F10BE1;
}
.BgClassName
{
background-color: #F10BE1;
}
</style>
border-color css
<style>
span { border-color: #F10BE1; }
span { border-color: rgb(241,11,225); }
td.TdClassName
{
border-color: #F10BE1;
}
.TagClassName
{
border-color: #F10BE1;
}
</style>