Shades of Hot Magenta #F109DF
Tints of Hot Magenta #F109DF
RGB
CMYK
RGB Variations
Color information
#F109DF (or 0xF109DF) is known color: Hot Magenta. HEX triplet: F1, 09 and DF. RGB value is (241,9,223). Sum of RGB (Red+Green+Blue) = 241+9+223=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F109DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109DF is #0EF620. Grayscale: #666666. Windows color (decimal): -980513 or 14617073. OLE color: 14617073.
HSL color Cylindrical-coordinate representation of color #F109DF: hue angle of 304.66º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109DF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.05 |
| HSL | 304.66º | 0.93% | 0.49% | - |
| HSV(B) | 304.66º | 0.96% | 0.95% | - |
| XYZ | 49.69 | 24.22 | 71.87 | - |
| YUV | 102.76 | 195.86 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 223 | 0 | 0.96 | 0.07 | 0.05 | 304.66 | 0.93 | 0.49 |
| Hex | F1 | 9 | DF | 0 | 60 | 7 | 5 | 131 | 5D | 31 |
| Octal | 361 | 11 | 337 | 0 | 140 | 7 | 5 | 461 | 135 | 61 |
| Binary | 11110001 | 1001 | 11011111 | 0 | 1100000 | 111 | 101 | 100110001 | 1011101 | 110001 |
Color Harmonies of #F109DF
Complementary color
Monochromatic Colors of #F109DF
Black with #F109DF
Text Example
Text Example
White with #F109DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109DF; }
p { color: rgb(241,9,223); }
H1.HeaderClassName
{
color: #F109DF;
}
.AnyTagClassName
{
color: #F109DF;
}
</style>
background-color css
<style>
a { background-color: #F109DF; }
a { background-color: rgb(241,9,223); }
div.DivClassName
{
background-color: #F109DF;
}
.BgClassName
{
background-color: #F109DF;
}
</style>
border-color css
<style>
span { border-color: #F109DF; }
span { border-color: rgb(241,9,223); }
td.TdClassName
{
border-color: #F109DF;
}
.TagClassName
{
border-color: #F109DF;
}
</style>