Shades of Hot Magenta #F105C7
Tints of Hot Magenta #F105C7
RGB
CMYK
RGB Variations
Color information
#F105C7 (or 0xF105C7) is known color: Hot Magenta. HEX triplet: F1, 05 and C7. RGB value is (241,5,199). Sum of RGB (Red+Green+Blue) = 241+5+199=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F105C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105C7 is #0EFA38. Grayscale: #616161. Windows color (decimal): -981561 or 13043185. OLE color: 13043185.
HSL color Cylindrical-coordinate representation of color #F105C7: hue angle of 310.68º 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 #F105C7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.05 |
| HSL | 310.68º | 0.96% | 0.48% | - |
| HSV(B) | 310.68º | 0.98% | 0.95% | - |
| XYZ | 46.64 | 22.93 | 56 | - |
| YUV | 97.68 | 185.19 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 199 | 0 | 0.98 | 0.17 | 0.05 | 310.68 | 0.96 | 0.48 |
| Hex | F1 | 5 | C7 | 0 | 62 | 11 | 5 | 137 | 60 | 30 |
| Octal | 361 | 5 | 307 | 0 | 142 | 21 | 5 | 467 | 140 | 60 |
| Binary | 11110001 | 101 | 11000111 | 0 | 1100010 | 10001 | 101 | 100110111 | 1100000 | 110000 |
Color Harmonies of #F105C7
Complementary color
Monochromatic Colors of #F105C7
Black with #F105C7
Text Example
Text Example
White with #F105C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105C7; }
p { color: rgb(241,5,199); }
H1.HeaderClassName
{
color: #F105C7;
}
.AnyTagClassName
{
color: #F105C7;
}
</style>
background-color css
<style>
a { background-color: #F105C7; }
a { background-color: rgb(241,5,199); }
div.DivClassName
{
background-color: #F105C7;
}
.BgClassName
{
background-color: #F105C7;
}
</style>
border-color css
<style>
span { border-color: #F105C7; }
span { border-color: rgb(241,5,199); }
td.TdClassName
{
border-color: #F105C7;
}
.TagClassName
{
border-color: #F105C7;
}
</style>