Shades of Hot Magenta #F104C6
Tints of Hot Magenta #F104C6
RGB
CMYK
RGB Variations
Color information
#F104C6 (or 0xF104C6) is known color: Hot Magenta. HEX triplet: F1, 04 and C6. RGB value is (241,4,198). Sum of RGB (Red+Green+Blue) = 241+4+198=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F104C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104C6 is #0EFB39. Grayscale: #606060. Windows color (decimal): -981818 or 12977393. OLE color: 12977393.
HSL color Cylindrical-coordinate representation of color #F104C6: hue angle of 310.89º 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 #F104C6 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 198 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.05 |
| HSL | 310.89º | 0.97% | 0.48% | - |
| HSV(B) | 310.89º | 0.98% | 0.95% | - |
| XYZ | 46.51 | 22.86 | 55.39 | - |
| YUV | 96.98 | 185.02 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 198 | 0 | 0.98 | 0.18 | 0.05 | 310.89 | 0.97 | 0.48 |
| Hex | F1 | 4 | C6 | 0 | 62 | 12 | 5 | 137 | 61 | 30 |
| Octal | 361 | 4 | 306 | 0 | 142 | 22 | 5 | 467 | 141 | 60 |
| Binary | 11110001 | 100 | 11000110 | 0 | 1100010 | 10010 | 101 | 100110111 | 1100001 | 110000 |
Color Harmonies of #F104C6
Complementary color
Monochromatic Colors of #F104C6
Black with #F104C6
Text Example
Text Example
White with #F104C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104C6; }
p { color: rgb(241,4,198); }
H1.HeaderClassName
{
color: #F104C6;
}
.AnyTagClassName
{
color: #F104C6;
}
</style>
background-color css
<style>
a { background-color: #F104C6; }
a { background-color: rgb(241,4,198); }
div.DivClassName
{
background-color: #F104C6;
}
.BgClassName
{
background-color: #F104C6;
}
</style>
border-color css
<style>
span { border-color: #F104C6; }
span { border-color: rgb(241,4,198); }
td.TdClassName
{
border-color: #F104C6;
}
.TagClassName
{
border-color: #F104C6;
}
</style>