Shades of Hot Magenta #F101E1
Tints of Hot Magenta #F101E1
RGB
CMYK
RGB Variations
Color information
#F101E1 (or 0xF101E1) is known color: Hot Magenta. HEX triplet: F1, 01 and E1. RGB value is (241,1,225). Sum of RGB (Red+Green+Blue) = 241+1+225=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F101E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101E1 is #0EFE1E. Grayscale: #616161. Windows color (decimal): -982559 or 14746097. OLE color: 14746097.
HSL color Cylindrical-coordinate representation of color #F101E1: hue angle of 304º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101E1 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 225 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.05 |
| HSL | 304º | 0.99% | 0.47% | - |
| HSV(B) | 304º | 1% | 0.95% | - |
| XYZ | 49.88 | 24.16 | 73.27 | - |
| YUV | 98.3 | 199.51 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 225 | 0 | 1.00 | 0.07 | 0.05 | 304 | 0.99 | 0.47 |
| Hex | F1 | 1 | E1 | 0 | 64 | 7 | 5 | 130 | 63 | 2F |
| Octal | 361 | 1 | 341 | 0 | 144 | 7 | 5 | 460 | 143 | 57 |
| Binary | 11110001 | 1 | 11100001 | 0 | 1100100 | 111 | 101 | 100110000 | 1100011 | 101111 |
Color Harmonies of #F101E1
Complementary color
Monochromatic Colors of #F101E1
Black with #F101E1
Text Example
Text Example
White with #F101E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101E1; }
p { color: rgb(241,1,225); }
H1.HeaderClassName
{
color: #F101E1;
}
.AnyTagClassName
{
color: #F101E1;
}
</style>
background-color css
<style>
a { background-color: #F101E1; }
a { background-color: rgb(241,1,225); }
div.DivClassName
{
background-color: #F101E1;
}
.BgClassName
{
background-color: #F101E1;
}
</style>
border-color css
<style>
span { border-color: #F101E1; }
span { border-color: rgb(241,1,225); }
td.TdClassName
{
border-color: #F101E1;
}
.TagClassName
{
border-color: #F101E1;
}
</style>