Shades of Magenta #F101E8
Tints of Magenta #F101E8
RGB
CMYK
RGB Variations
Color information
#F101E8 (or 0xF101E8) is known color: Magenta. HEX triplet: F1, 01 and E8. RGB value is (241,1,232). Sum of RGB (Red+Green+Blue) = 241+1+232=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F101E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101E8 is #0EFE17. Grayscale: #626262. Windows color (decimal): -982552 or 15204849. OLE color: 15204849.
HSL color Cylindrical-coordinate representation of color #F101E8: hue angle of 302.25º 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 #F101E8 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 232 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.05 |
| HSL | 302.25º | 0.99% | 0.47% | - |
| HSV(B) | 302.25º | 1% | 0.95% | - |
| XYZ | 50.85 | 24.55 | 78.4 | - |
| YUV | 99.09 | 203.01 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 232 | 0 | 1.00 | 0.04 | 0.05 | 302.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | E8 | 0 | 64 | 4 | 5 | 12E | 63 | 2F |
| Octal | 361 | 1 | 350 | 0 | 144 | 4 | 5 | 456 | 143 | 57 |
| Binary | 11110001 | 1 | 11101000 | 0 | 1100100 | 100 | 101 | 100101110 | 1100011 | 101111 |
Color Harmonies of #F101E8
Complementary color
Monochromatic Colors of #F101E8
Black with #F101E8
Text Example
Text Example
White with #F101E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101E8; }
p { color: rgb(241,1,232); }
H1.HeaderClassName
{
color: #F101E8;
}
.AnyTagClassName
{
color: #F101E8;
}
</style>
background-color css
<style>
a { background-color: #F101E8; }
a { background-color: rgb(241,1,232); }
div.DivClassName
{
background-color: #F101E8;
}
.BgClassName
{
background-color: #F101E8;
}
</style>
border-color css
<style>
span { border-color: #F101E8; }
span { border-color: rgb(241,1,232); }
td.TdClassName
{
border-color: #F101E8;
}
.TagClassName
{
border-color: #F101E8;
}
</style>