Shades of Hot Magenta #F107E2
Tints of Hot Magenta #F107E2
RGB
CMYK
RGB Variations
Color information
#F107E2 (or 0xF107E2) is known color: Hot Magenta. HEX triplet: F1, 07 and E2. RGB value is (241,7,226). Sum of RGB (Red+Green+Blue) = 241+7+226=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F107E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F107E2 is #0EF81D. Grayscale: #656565. Windows color (decimal): -981022 or 14813169. OLE color: 14813169.
HSL color Cylindrical-coordinate representation of color #F107E2: hue angle of 303.85º 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 #F107E2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 226 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.05 |
| HSL | 303.85º | 0.94% | 0.49% | - |
| HSV(B) | 303.85º | 0.97% | 0.95% | - |
| XYZ | 50.08 | 24.34 | 74.01 | - |
| YUV | 101.93 | 198.02 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 226 | 0 | 0.97 | 0.06 | 0.05 | 303.85 | 0.94 | 0.49 |
| Hex | F1 | 7 | E2 | 0 | 61 | 6 | 5 | 130 | 5E | 31 |
| Octal | 361 | 7 | 342 | 0 | 141 | 6 | 5 | 460 | 136 | 61 |
| Binary | 11110001 | 111 | 11100010 | 0 | 1100001 | 110 | 101 | 100110000 | 1011110 | 110001 |
Color Harmonies of #F107E2
Complementary color
Monochromatic Colors of #F107E2
Black with #F107E2
Text Example
Text Example
White with #F107E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107E2; }
p { color: rgb(241,7,226); }
H1.HeaderClassName
{
color: #F107E2;
}
.AnyTagClassName
{
color: #F107E2;
}
</style>
background-color css
<style>
a { background-color: #F107E2; }
a { background-color: rgb(241,7,226); }
div.DivClassName
{
background-color: #F107E2;
}
.BgClassName
{
background-color: #F107E2;
}
</style>
border-color css
<style>
span { border-color: #F107E2; }
span { border-color: rgb(241,7,226); }
td.TdClassName
{
border-color: #F107E2;
}
.TagClassName
{
border-color: #F107E2;
}
</style>