Shades of Magenta #F100E9
Tints of Magenta #F100E9
RGB
CMYK
RGB Variations
Color information
#F100E9 (or 0xF100E9) is known color: Magenta. HEX triplet: F1, 00 and E9. RGB value is (241,0,233). Sum of RGB (Red+Green+Blue) = 241+0+233=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F100E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100E9 is #0EFF16. Grayscale: #616161. Windows color (decimal): -982807 or 15270129. OLE color: 15270129.
HSL color Cylindrical-coordinate representation of color #F100E9: hue angle of 301.99º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100E9 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 233 | - |
| CMYK | 0 | 1 | 0.03 | 0.05 |
| HSL | 301.99º | 1% | 0.47% | - |
| HSV(B) | 301.99º | 1% | 0.95% | - |
| XYZ | 50.98 | 24.58 | 79.15 | - |
| YUV | 98.62 | 203.84 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 233 | 0 | 1 | 0.03 | 0.05 | 301.99 | 1 | 0.47 |
| Hex | F1 | 0 | E9 | 0 | 64 | 3 | 5 | 12E | 64 | 2F |
| Octal | 361 | 0 | 351 | 0 | 144 | 3 | 5 | 456 | 144 | 57 |
| Binary | 11110001 | 0 | 11101001 | 0 | 1100100 | 11 | 101 | 100101110 | 1100100 | 101111 |
Color Harmonies of #F100E9
Complementary color
Monochromatic Colors of #F100E9
Black with #F100E9
Text Example
Text Example
White with #F100E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100E9; }
p { color: rgb(241,0,233); }
H1.HeaderClassName
{
color: #F100E9;
}
.AnyTagClassName
{
color: #F100E9;
}
</style>
background-color css
<style>
a { background-color: #F100E9; }
a { background-color: rgb(241,0,233); }
div.DivClassName
{
background-color: #F100E9;
}
.BgClassName
{
background-color: #F100E9;
}
</style>
border-color css
<style>
span { border-color: #F100E9; }
span { border-color: rgb(241,0,233); }
td.TdClassName
{
border-color: #F100E9;
}
.TagClassName
{
border-color: #F100E9;
}
</style>