Shades of Hot Magenta #F107D0
Tints of Hot Magenta #F107D0
RGB
CMYK
RGB Variations
Color information
#F107D0 (or 0xF107D0) is known color: Hot Magenta. HEX triplet: F1, 07 and D0. RGB value is (241,7,208). Sum of RGB (Red+Green+Blue) = 241+7+208=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F107D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F107D0 is #0EF82F. Grayscale: #636363. Windows color (decimal): -981040 or 13633521. OLE color: 13633521.
HSL color Cylindrical-coordinate representation of color #F107D0: hue angle of 308.46º 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 #F107D0 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.05 |
| HSL | 308.46º | 0.94% | 0.49% | - |
| HSV(B) | 308.46º | 0.97% | 0.95% | - |
| XYZ | 47.74 | 23.41 | 61.68 | - |
| YUV | 99.88 | 189.02 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 208 | 0 | 0.97 | 0.14 | 0.05 | 308.46 | 0.94 | 0.49 |
| Hex | F1 | 7 | D0 | 0 | 61 | E | 5 | 134 | 5E | 31 |
| Octal | 361 | 7 | 320 | 0 | 141 | 16 | 5 | 464 | 136 | 61 |
| Binary | 11110001 | 111 | 11010000 | 0 | 1100001 | 1110 | 101 | 100110100 | 1011110 | 110001 |
Color Harmonies of #F107D0
Complementary color
Monochromatic Colors of #F107D0
Black with #F107D0
Text Example
Text Example
White with #F107D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107D0; }
p { color: rgb(241,7,208); }
H1.HeaderClassName
{
color: #F107D0;
}
.AnyTagClassName
{
color: #F107D0;
}
</style>
background-color css
<style>
a { background-color: #F107D0; }
a { background-color: rgb(241,7,208); }
div.DivClassName
{
background-color: #F107D0;
}
.BgClassName
{
background-color: #F107D0;
}
</style>
border-color css
<style>
span { border-color: #F107D0; }
span { border-color: rgb(241,7,208); }
td.TdClassName
{
border-color: #F107D0;
}
.TagClassName
{
border-color: #F107D0;
}
</style>