Shades of Hot Magenta #F104DF
Tints of Hot Magenta #F104DF
RGB
CMYK
RGB Variations
Color information
#F104DF (or 0xF104DF) is known color: Hot Magenta. HEX triplet: F1, 04 and DF. RGB value is (241,4,223). Sum of RGB (Red+Green+Blue) = 241+4+223=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F104DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F104DF is #0EFB20. Grayscale: #636363. Windows color (decimal): -981793 or 14615793. OLE color: 14615793.
HSL color Cylindrical-coordinate representation of color #F104DF: hue angle of 304.56º 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 #F104DF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 223 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.05 |
| HSL | 304.56º | 0.97% | 0.48% | - |
| HSV(B) | 304.56º | 0.98% | 0.95% | - |
| XYZ | 49.64 | 24.12 | 71.85 | - |
| YUV | 99.83 | 197.52 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 223 | 0 | 0.98 | 0.07 | 0.05 | 304.56 | 0.97 | 0.48 |
| Hex | F1 | 4 | DF | 0 | 62 | 7 | 5 | 131 | 61 | 30 |
| Octal | 361 | 4 | 337 | 0 | 142 | 7 | 5 | 461 | 141 | 60 |
| Binary | 11110001 | 100 | 11011111 | 0 | 1100010 | 111 | 101 | 100110001 | 1100001 | 110000 |
Color Harmonies of #F104DF
Complementary color
Monochromatic Colors of #F104DF
Black with #F104DF
Text Example
Text Example
White with #F104DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F104DF; }
p { color: rgb(241,4,223); }
H1.HeaderClassName
{
color: #F104DF;
}
.AnyTagClassName
{
color: #F104DF;
}
</style>
background-color css
<style>
a { background-color: #F104DF; }
a { background-color: rgb(241,4,223); }
div.DivClassName
{
background-color: #F104DF;
}
.BgClassName
{
background-color: #F104DF;
}
</style>
border-color css
<style>
span { border-color: #F104DF; }
span { border-color: rgb(241,4,223); }
td.TdClassName
{
border-color: #F104DF;
}
.TagClassName
{
border-color: #F104DF;
}
</style>