Shades of Magenta #F100E7
Tints of Magenta #F100E7
RGB
CMYK
RGB Variations
Color information
#F100E7 (or 0xF100E7) is known color: Magenta. HEX triplet: F1, 00 and E7. RGB value is (241,0,231). Sum of RGB (Red+Green+Blue) = 241+0+231=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F100E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100E7 is #0EFF18. Grayscale: #616161. Windows color (decimal): -982809 or 15139057. OLE color: 15139057.
HSL color Cylindrical-coordinate representation of color #F100E7: hue angle of 302.49º 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 #F100E7 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 231 | - |
| CMYK | 0 | 1 | 0.04 | 0.05 |
| HSL | 302.49º | 1% | 0.47% | - |
| HSV(B) | 302.49º | 1% | 0.95% | - |
| XYZ | 50.7 | 24.47 | 77.65 | - |
| YUV | 98.39 | 202.84 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 231 | 0 | 1 | 0.04 | 0.05 | 302.49 | 1 | 0.47 |
| Hex | F1 | 0 | E7 | 0 | 64 | 4 | 5 | 12E | 64 | 2F |
| Octal | 361 | 0 | 347 | 0 | 144 | 4 | 5 | 456 | 144 | 57 |
| Binary | 11110001 | 0 | 11100111 | 0 | 1100100 | 100 | 101 | 100101110 | 1100100 | 101111 |
Color Harmonies of #F100E7
Complementary color
Monochromatic Colors of #F100E7
Black with #F100E7
Text Example
Text Example
White with #F100E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100E7; }
p { color: rgb(241,0,231); }
H1.HeaderClassName
{
color: #F100E7;
}
.AnyTagClassName
{
color: #F100E7;
}
</style>
background-color css
<style>
a { background-color: #F100E7; }
a { background-color: rgb(241,0,231); }
div.DivClassName
{
background-color: #F100E7;
}
.BgClassName
{
background-color: #F100E7;
}
</style>
border-color css
<style>
span { border-color: #F100E7; }
span { border-color: rgb(241,0,231); }
td.TdClassName
{
border-color: #F100E7;
}
.TagClassName
{
border-color: #F100E7;
}
</style>