Shades of Hot Magenta #F107DF
Tints of Hot Magenta #F107DF
RGB
CMYK
RGB Variations
Color information
#F107DF (or 0xF107DF) is known color: Hot Magenta. HEX triplet: F1, 07 and DF. RGB value is (241,7,223). Sum of RGB (Red+Green+Blue) = 241+7+223=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F107DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F107DF is #0EF820. Grayscale: #646464. Windows color (decimal): -981025 or 14616561. OLE color: 14616561.
HSL color Cylindrical-coordinate representation of color #F107DF: hue angle of 304.62º 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 #F107DF is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.05 |
| HSL | 304.62º | 0.94% | 0.49% | - |
| HSV(B) | 304.62º | 0.97% | 0.95% | - |
| XYZ | 49.67 | 24.18 | 71.86 | - |
| YUV | 101.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 223 | 0 | 0.97 | 0.07 | 0.05 | 304.62 | 0.94 | 0.49 |
| Hex | F1 | 7 | DF | 0 | 61 | 7 | 5 | 131 | 5E | 31 |
| Octal | 361 | 7 | 337 | 0 | 141 | 7 | 5 | 461 | 136 | 61 |
| Binary | 11110001 | 111 | 11011111 | 0 | 1100001 | 111 | 101 | 100110001 | 1011110 | 110001 |
Color Harmonies of #F107DF
Complementary color
Monochromatic Colors of #F107DF
Black with #F107DF
Text Example
Text Example
White with #F107DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107DF; }
p { color: rgb(241,7,223); }
H1.HeaderClassName
{
color: #F107DF;
}
.AnyTagClassName
{
color: #F107DF;
}
</style>
background-color css
<style>
a { background-color: #F107DF; }
a { background-color: rgb(241,7,223); }
div.DivClassName
{
background-color: #F107DF;
}
.BgClassName
{
background-color: #F107DF;
}
</style>
border-color css
<style>
span { border-color: #F107DF; }
span { border-color: rgb(241,7,223); }
td.TdClassName
{
border-color: #F107DF;
}
.TagClassName
{
border-color: #F107DF;
}
</style>