Shades of Hot Magenta #F109DC
Tints of Hot Magenta #F109DC
RGB
CMYK
RGB Variations
Color information
#F109DC (or 0xF109DC) is known color: Hot Magenta. HEX triplet: F1, 09 and DC. RGB value is (241,9,220). Sum of RGB (Red+Green+Blue) = 241+9+220=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F109DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109DC is #0EF623. Grayscale: #656565. Windows color (decimal): -980516 or 14420465. OLE color: 14420465.
HSL color Cylindrical-coordinate representation of color #F109DC: hue angle of 305.43º 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 #F109DC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.05 |
| HSL | 305.43º | 0.93% | 0.49% | - |
| HSV(B) | 305.43º | 0.96% | 0.95% | - |
| XYZ | 49.29 | 24.06 | 69.76 | - |
| YUV | 102.42 | 194.36 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 220 | 0 | 0.96 | 0.09 | 0.05 | 305.43 | 0.93 | 0.49 |
| Hex | F1 | 9 | DC | 0 | 60 | 9 | 5 | 131 | 5D | 31 |
| Octal | 361 | 11 | 334 | 0 | 140 | 11 | 5 | 461 | 135 | 61 |
| Binary | 11110001 | 1001 | 11011100 | 0 | 1100000 | 1001 | 101 | 100110001 | 1011101 | 110001 |
Color Harmonies of #F109DC
Complementary color
Monochromatic Colors of #F109DC
Black with #F109DC
Text Example
Text Example
White with #F109DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109DC; }
p { color: rgb(241,9,220); }
H1.HeaderClassName
{
color: #F109DC;
}
.AnyTagClassName
{
color: #F109DC;
}
</style>
background-color css
<style>
a { background-color: #F109DC; }
a { background-color: rgb(241,9,220); }
div.DivClassName
{
background-color: #F109DC;
}
.BgClassName
{
background-color: #F109DC;
}
</style>
border-color css
<style>
span { border-color: #F109DC; }
span { border-color: rgb(241,9,220); }
td.TdClassName
{
border-color: #F109DC;
}
.TagClassName
{
border-color: #F109DC;
}
</style>