Shades of Hot Magenta #F103C7
Tints of Hot Magenta #F103C7
RGB
CMYK
RGB Variations
Color information
#F103C7 (or 0xF103C7) is known color: Hot Magenta. HEX triplet: F1, 03 and C7. RGB value is (241,3,199). Sum of RGB (Red+Green+Blue) = 241+3+199=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F103C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103C7 is #0EFC38. Grayscale: #5F5F5F. Windows color (decimal): -982073 or 13042673. OLE color: 13042673.
HSL color Cylindrical-coordinate representation of color #F103C7: hue angle of 310.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103C7 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.05 |
| HSL | 310.59º | 0.98% | 0.48% | - |
| HSV(B) | 310.59º | 0.99% | 0.95% | - |
| XYZ | 46.62 | 22.89 | 55.99 | - |
| YUV | 96.51 | 185.85 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 199 | 0 | 0.99 | 0.17 | 0.05 | 310.59 | 0.98 | 0.48 |
| Hex | F1 | 3 | C7 | 0 | 63 | 11 | 5 | 137 | 62 | 30 |
| Octal | 361 | 3 | 307 | 0 | 143 | 21 | 5 | 467 | 142 | 60 |
| Binary | 11110001 | 11 | 11000111 | 0 | 1100011 | 10001 | 101 | 100110111 | 1100010 | 110000 |
Color Harmonies of #F103C7
Complementary color
Monochromatic Colors of #F103C7
Black with #F103C7
Text Example
Text Example
White with #F103C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103C7; }
p { color: rgb(241,3,199); }
H1.HeaderClassName
{
color: #F103C7;
}
.AnyTagClassName
{
color: #F103C7;
}
</style>
background-color css
<style>
a { background-color: #F103C7; }
a { background-color: rgb(241,3,199); }
div.DivClassName
{
background-color: #F103C7;
}
.BgClassName
{
background-color: #F103C7;
}
</style>
border-color css
<style>
span { border-color: #F103C7; }
span { border-color: rgb(241,3,199); }
td.TdClassName
{
border-color: #F103C7;
}
.TagClassName
{
border-color: #F103C7;
}
</style>