Shades of Hot Magenta #F105DF
Tints of Hot Magenta #F105DF
RGB
CMYK
RGB Variations
Color information
#F105DF (or 0xF105DF) is known color: Hot Magenta. HEX triplet: F1, 05 and DF. RGB value is (241,5,223). Sum of RGB (Red+Green+Blue) = 241+5+223=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F105DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105DF is #0EFA20. Grayscale: #636363. Windows color (decimal): -981537 or 14616049. OLE color: 14616049.
HSL color Cylindrical-coordinate representation of color #F105DF: hue angle of 304.58º 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 #F105DF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.05 |
| HSL | 304.58º | 0.96% | 0.48% | - |
| HSV(B) | 304.58º | 0.98% | 0.95% | - |
| XYZ | 49.65 | 24.14 | 71.85 | - |
| YUV | 100.42 | 197.19 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 223 | 0 | 0.98 | 0.07 | 0.05 | 304.58 | 0.96 | 0.48 |
| Hex | F1 | 5 | DF | 0 | 62 | 7 | 5 | 131 | 60 | 30 |
| Octal | 361 | 5 | 337 | 0 | 142 | 7 | 5 | 461 | 140 | 60 |
| Binary | 11110001 | 101 | 11011111 | 0 | 1100010 | 111 | 101 | 100110001 | 1100000 | 110000 |
Color Harmonies of #F105DF
Complementary color
Monochromatic Colors of #F105DF
Black with #F105DF
Text Example
Text Example
White with #F105DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105DF; }
p { color: rgb(241,5,223); }
H1.HeaderClassName
{
color: #F105DF;
}
.AnyTagClassName
{
color: #F105DF;
}
</style>
background-color css
<style>
a { background-color: #F105DF; }
a { background-color: rgb(241,5,223); }
div.DivClassName
{
background-color: #F105DF;
}
.BgClassName
{
background-color: #F105DF;
}
</style>
border-color css
<style>
span { border-color: #F105DF; }
span { border-color: rgb(241,5,223); }
td.TdClassName
{
border-color: #F105DF;
}
.TagClassName
{
border-color: #F105DF;
}
</style>