Shades of Magenta #F107EE
Tints of Magenta #F107EE
RGB
CMYK
RGB Variations
Color information
#F107EE (or 0xF107EE) is known color: Magenta. HEX triplet: F1, 07 and EE. RGB value is (241,7,238). Sum of RGB (Red+Green+Blue) = 241+7+238=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F107EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F107EE is #0EF811. Grayscale: #666666. Windows color (decimal): -981010 or 15599601. OLE color: 15599601.
HSL color Cylindrical-coordinate representation of color #F107EE: hue angle of 300.77º 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 #F107EE is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 238 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.05 |
| HSL | 300.77º | 0.94% | 0.49% | - |
| HSV(B) | 300.77º | 0.97% | 0.95% | - |
| XYZ | 51.78 | 25.03 | 82.99 | - |
| YUV | 103.3 | 204.02 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 238 | 0 | 0.97 | 0.01 | 0.05 | 300.77 | 0.94 | 0.49 |
| Hex | F1 | 7 | EE | 0 | 61 | 1 | 5 | 12D | 5E | 31 |
| Octal | 361 | 7 | 356 | 0 | 141 | 1 | 5 | 455 | 136 | 61 |
| Binary | 11110001 | 111 | 11101110 | 0 | 1100001 | 1 | 101 | 100101101 | 1011110 | 110001 |
Color Harmonies of #F107EE
Complementary color
Monochromatic Colors of #F107EE
Black with #F107EE
Text Example
Text Example
White with #F107EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107EE; }
p { color: rgb(241,7,238); }
H1.HeaderClassName
{
color: #F107EE;
}
.AnyTagClassName
{
color: #F107EE;
}
</style>
background-color css
<style>
a { background-color: #F107EE; }
a { background-color: rgb(241,7,238); }
div.DivClassName
{
background-color: #F107EE;
}
.BgClassName
{
background-color: #F107EE;
}
</style>
border-color css
<style>
span { border-color: #F107EE; }
span { border-color: rgb(241,7,238); }
td.TdClassName
{
border-color: #F107EE;
}
.TagClassName
{
border-color: #F107EE;
}
</style>