Shades of Hot Magenta #F107E1
Tints of Hot Magenta #F107E1
RGB
CMYK
RGB Variations
Color information
#F107E1 (or 0xF107E1) is known color: Hot Magenta. HEX triplet: F1, 07 and E1. RGB value is (241,7,225). Sum of RGB (Red+Green+Blue) = 241+7+225=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F107E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F107E1 is #0EF81E. Grayscale: #656565. Windows color (decimal): -981023 or 14747633. OLE color: 14747633.
HSL color Cylindrical-coordinate representation of color #F107E1: hue angle of 304.1º 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 #F107E1 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 225 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.05 |
| HSL | 304.1º | 0.94% | 0.49% | - |
| HSV(B) | 304.1º | 0.97% | 0.95% | - |
| XYZ | 49.94 | 24.29 | 73.29 | - |
| YUV | 101.82 | 197.52 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 225 | 0 | 0.97 | 0.07 | 0.05 | 304.1 | 0.94 | 0.49 |
| Hex | F1 | 7 | E1 | 0 | 61 | 7 | 5 | 130 | 5E | 31 |
| Octal | 361 | 7 | 341 | 0 | 141 | 7 | 5 | 460 | 136 | 61 |
| Binary | 11110001 | 111 | 11100001 | 0 | 1100001 | 111 | 101 | 100110000 | 1011110 | 110001 |
Color Harmonies of #F107E1
Complementary color
Monochromatic Colors of #F107E1
Black with #F107E1
Text Example
Text Example
White with #F107E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107E1; }
p { color: rgb(241,7,225); }
H1.HeaderClassName
{
color: #F107E1;
}
.AnyTagClassName
{
color: #F107E1;
}
</style>
background-color css
<style>
a { background-color: #F107E1; }
a { background-color: rgb(241,7,225); }
div.DivClassName
{
background-color: #F107E1;
}
.BgClassName
{
background-color: #F107E1;
}
</style>
border-color css
<style>
span { border-color: #F107E1; }
span { border-color: rgb(241,7,225); }
td.TdClassName
{
border-color: #F107E1;
}
.TagClassName
{
border-color: #F107E1;
}
</style>