Shades of Magenta #F107FF
Tints of Magenta #F107FF
RGB
CMYK
RGB Variations
Color information
#F107FF (or 0xF107FF) is known color: Magenta. HEX triplet: F1, 07 and FF. RGB value is (241,7,255). Sum of RGB (Red+Green+Blue) = 241+7+255=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 7 (3.12% from 255 or 1.39% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F107FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F107FF is #0EF800. Grayscale: #686868. Windows color (decimal): -980993 or 16713713. OLE color: 16713713.
HSL color Cylindrical-coordinate representation of color #F107FF: hue angle of 296.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F107FF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 7 | 255 | - |
| CMYK | 0.05 | 0.97 | 0 | 0 |
| HSL | 296.61º | 1% | 0.51% | - |
| HSV(B) | 296.61º | 0.97% | 1% | - |
| XYZ | 54.4 | 26.07 | 96.77 | - |
| YUV | 105.24 | 212.52 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 255 | 0.05 | 0.97 | 0 | 0 | 296.61 | 1 | 0.51 |
| Hex | F1 | 7 | FF | 5 | 61 | 0 | 0 | 129 | 64 | 33 |
| Octal | 361 | 7 | 377 | 5 | 141 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110001 | 111 | 11111111 | 101 | 1100001 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F107FF
Complementary color
Monochromatic Colors of #F107FF
Black with #F107FF
Text Example
Text Example
White with #F107FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107FF; }
p { color: rgb(241,7,255); }
H1.HeaderClassName
{
color: #F107FF;
}
.AnyTagClassName
{
color: #F107FF;
}
</style>
background-color css
<style>
a { background-color: #F107FF; }
a { background-color: rgb(241,7,255); }
div.DivClassName
{
background-color: #F107FF;
}
.BgClassName
{
background-color: #F107FF;
}
</style>
border-color css
<style>
span { border-color: #F107FF; }
span { border-color: rgb(241,7,255); }
td.TdClassName
{
border-color: #F107FF;
}
.TagClassName
{
border-color: #F107FF;
}
</style>