Shades of Hot Magenta #F109DD
Tints of Hot Magenta #F109DD
RGB
CMYK
RGB Variations
Color information
#F109DD (or 0xF109DD) is known color: Hot Magenta. HEX triplet: F1, 09 and DD. RGB value is (241,9,221). Sum of RGB (Red+Green+Blue) = 241+9+221=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F109DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109DD is #0EF622. Grayscale: #656565. Windows color (decimal): -980515 or 14486001. OLE color: 14486001.
HSL color Cylindrical-coordinate representation of color #F109DD: hue angle of 305.17º 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 #F109DD is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.05 |
| HSL | 305.17º | 0.93% | 0.49% | - |
| HSV(B) | 305.17º | 0.96% | 0.95% | - |
| XYZ | 49.42 | 24.12 | 70.46 | - |
| YUV | 102.54 | 194.86 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 221 | 0 | 0.96 | 0.08 | 0.05 | 305.17 | 0.93 | 0.49 |
| Hex | F1 | 9 | DD | 0 | 60 | 8 | 5 | 131 | 5D | 31 |
| Octal | 361 | 11 | 335 | 0 | 140 | 10 | 5 | 461 | 135 | 61 |
| Binary | 11110001 | 1001 | 11011101 | 0 | 1100000 | 1000 | 101 | 100110001 | 1011101 | 110001 |
Color Harmonies of #F109DD
Complementary color
Monochromatic Colors of #F109DD
Black with #F109DD
Text Example
Text Example
White with #F109DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109DD; }
p { color: rgb(241,9,221); }
H1.HeaderClassName
{
color: #F109DD;
}
.AnyTagClassName
{
color: #F109DD;
}
</style>
background-color css
<style>
a { background-color: #F109DD; }
a { background-color: rgb(241,9,221); }
div.DivClassName
{
background-color: #F109DD;
}
.BgClassName
{
background-color: #F109DD;
}
</style>
border-color css
<style>
span { border-color: #F109DD; }
span { border-color: rgb(241,9,221); }
td.TdClassName
{
border-color: #F109DD;
}
.TagClassName
{
border-color: #F109DD;
}
</style>