Shades of Magenta #F107E6
Tints of Magenta #F107E6
RGB
CMYK
RGB Variations
Color information
#F107E6 (or 0xF107E6) is known color: Magenta. HEX triplet: F1, 07 and E6. RGB value is (241,7,230). Sum of RGB (Red+Green+Blue) = 241+7+230=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F107E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F107E6 is #0EF819. Grayscale: #656565. Windows color (decimal): -981018 or 15075313. OLE color: 15075313.
HSL color Cylindrical-coordinate representation of color #F107E6: hue angle of 302.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F107E6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 302.82º | 0.94% | 0.49% | - |
| HSV(B) | 302.82º | 0.97% | 0.95% | - |
| XYZ | 50.63 | 24.57 | 76.94 | - |
| YUV | 102.39 | 200.02 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 230 | 0 | 0.97 | 0.05 | 0.05 | 302.82 | 0.94 | 0.49 |
| Hex | F1 | 7 | E6 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 361 | 7 | 346 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110001 | 111 | 11100110 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F107E6
Complementary color
Monochromatic Colors of #F107E6
Black with #F107E6
Text Example
Text Example
White with #F107E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107E6; }
p { color: rgb(241,7,230); }
H1.HeaderClassName
{
color: #F107E6;
}
.AnyTagClassName
{
color: #F107E6;
}
</style>
background-color css
<style>
a { background-color: #F107E6; }
a { background-color: rgb(241,7,230); }
div.DivClassName
{
background-color: #F107E6;
}
.BgClassName
{
background-color: #F107E6;
}
</style>
border-color css
<style>
span { border-color: #F107E6; }
span { border-color: rgb(241,7,230); }
td.TdClassName
{
border-color: #F107E6;
}
.TagClassName
{
border-color: #F107E6;
}
</style>