Shades of Hot Magenta #F104C7
Tints of Hot Magenta #F104C7
RGB
CMYK
RGB Variations
Color information
#F104C7 (or 0xF104C7) is known color: Hot Magenta. HEX triplet: F1, 04 and C7. RGB value is (241,4,199). Sum of RGB (Red+Green+Blue) = 241+4+199=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F104C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104C7 is #0EFB38. Grayscale: #606060. Windows color (decimal): -981817 or 13042929. OLE color: 13042929.
HSL color Cylindrical-coordinate representation of color #F104C7: hue angle of 310.63º degrees, saturation: 0.97, 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 #F104C7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 199 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.05 |
| HSL | 310.63º | 0.97% | 0.48% | - |
| HSV(B) | 310.63º | 0.98% | 0.95% | - |
| XYZ | 46.63 | 22.91 | 56 | - |
| YUV | 97.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 199 | 0 | 0.98 | 0.17 | 0.05 | 310.63 | 0.97 | 0.48 |
| Hex | F1 | 4 | C7 | 0 | 62 | 11 | 5 | 137 | 61 | 30 |
| Octal | 361 | 4 | 307 | 0 | 142 | 21 | 5 | 467 | 141 | 60 |
| Binary | 11110001 | 100 | 11000111 | 0 | 1100010 | 10001 | 101 | 100110111 | 1100001 | 110000 |
Color Harmonies of #F104C7
Complementary color
Monochromatic Colors of #F104C7
Black with #F104C7
Text Example
Text Example
White with #F104C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104C7; }
p { color: rgb(241,4,199); }
H1.HeaderClassName
{
color: #F104C7;
}
.AnyTagClassName
{
color: #F104C7;
}
</style>
background-color css
<style>
a { background-color: #F104C7; }
a { background-color: rgb(241,4,199); }
div.DivClassName
{
background-color: #F104C7;
}
.BgClassName
{
background-color: #F104C7;
}
</style>
border-color css
<style>
span { border-color: #F104C7; }
span { border-color: rgb(241,4,199); }
td.TdClassName
{
border-color: #F104C7;
}
.TagClassName
{
border-color: #F104C7;
}
</style>