Shades of Magenta #F100E6
Tints of Magenta #F100E6
RGB
CMYK
RGB Variations
Color information
#F100E6 (or 0xF100E6) is known color: Magenta. HEX triplet: F1, 00 and E6. RGB value is (241,0,230). Sum of RGB (Red+Green+Blue) = 241+0+230=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F100E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F100E6 is #0EFF19. Grayscale: #616161. Windows color (decimal): -982810 or 15073521. OLE color: 15073521.
HSL color Cylindrical-coordinate representation of color #F100E6: hue angle of 302.74º 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 #F100E6 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 230 | - |
| CMYK | 0 | 1 | 0.05 | 0.05 |
| HSL | 302.74º | 1% | 0.47% | - |
| HSV(B) | 302.74º | 1% | 0.95% | - |
| XYZ | 50.56 | 24.41 | 76.91 | - |
| YUV | 98.28 | 202.34 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 230 | 0 | 1 | 0.05 | 0.05 | 302.74 | 1 | 0.47 |
| Hex | F1 | 0 | E6 | 0 | 64 | 5 | 5 | 12F | 64 | 2F |
| Octal | 361 | 0 | 346 | 0 | 144 | 5 | 5 | 457 | 144 | 57 |
| Binary | 11110001 | 0 | 11100110 | 0 | 1100100 | 101 | 101 | 100101111 | 1100100 | 101111 |
Color Harmonies of #F100E6
Complementary color
Monochromatic Colors of #F100E6
Black with #F100E6
Text Example
Text Example
White with #F100E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100E6; }
p { color: rgb(241,0,230); }
H1.HeaderClassName
{
color: #F100E6;
}
.AnyTagClassName
{
color: #F100E6;
}
</style>
background-color css
<style>
a { background-color: #F100E6; }
a { background-color: rgb(241,0,230); }
div.DivClassName
{
background-color: #F100E6;
}
.BgClassName
{
background-color: #F100E6;
}
</style>
border-color css
<style>
span { border-color: #F100E6; }
span { border-color: rgb(241,0,230); }
td.TdClassName
{
border-color: #F100E6;
}
.TagClassName
{
border-color: #F100E6;
}
</style>