Shades of Hot Magenta #F105D9
Tints of Hot Magenta #F105D9
RGB
CMYK
RGB Variations
Color information
#F105D9 (or 0xF105D9) is known color: Hot Magenta. HEX triplet: F1, 05 and D9. RGB value is (241,5,217). Sum of RGB (Red+Green+Blue) = 241+5+217=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F105D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105D9 is #0EFA26. Grayscale: #636363. Windows color (decimal): -981543 or 14222833. OLE color: 14222833.
HSL color Cylindrical-coordinate representation of color #F105D9: hue angle of 306.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105D9 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 217 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 306.1º | 0.96% | 0.48% | - |
| HSV(B) | 306.1º | 0.98% | 0.95% | - |
| XYZ | 48.85 | 23.82 | 67.67 | - |
| YUV | 99.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 217 | 0 | 0.98 | 0.10 | 0.05 | 306.1 | 0.96 | 0.48 |
| Hex | F1 | 5 | D9 | 0 | 62 | A | 5 | 132 | 60 | 30 |
| Octal | 361 | 5 | 331 | 0 | 142 | 12 | 5 | 462 | 140 | 60 |
| Binary | 11110001 | 101 | 11011001 | 0 | 1100010 | 1010 | 101 | 100110010 | 1100000 | 110000 |
Color Harmonies of #F105D9
Complementary color
Monochromatic Colors of #F105D9
Black with #F105D9
Text Example
Text Example
White with #F105D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105D9; }
p { color: rgb(241,5,217); }
H1.HeaderClassName
{
color: #F105D9;
}
.AnyTagClassName
{
color: #F105D9;
}
</style>
background-color css
<style>
a { background-color: #F105D9; }
a { background-color: rgb(241,5,217); }
div.DivClassName
{
background-color: #F105D9;
}
.BgClassName
{
background-color: #F105D9;
}
</style>
border-color css
<style>
span { border-color: #F105D9; }
span { border-color: rgb(241,5,217); }
td.TdClassName
{
border-color: #F105D9;
}
.TagClassName
{
border-color: #F105D9;
}
</style>