Shades of Hot Magenta #F003C7
Tints of Hot Magenta #F003C7
RGB
CMYK
RGB Variations
Color information
#F003C7 (or 0xF003C7) is known color: Hot Magenta. HEX triplet: F0, 03 and C7. RGB value is (240,3,199). Sum of RGB (Red+Green+Blue) = 240+3+199=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F003C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003C7 is #0FFC38. Grayscale: #5F5F5F. Windows color (decimal): -1047609 or 13042672. OLE color: 13042672.
HSL color Cylindrical-coordinate representation of color #F003C7: hue angle of 310.38º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003C7 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.06 |
| HSL | 310.38º | 0.98% | 0.48% | - |
| HSV(B) | 310.38º | 0.99% | 0.94% | - |
| XYZ | 46.28 | 22.71 | 55.98 | - |
| YUV | 96.21 | 186.02 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 199 | 0 | 0.99 | 0.17 | 0.06 | 310.38 | 0.98 | 0.48 |
| Hex | F0 | 3 | C7 | 0 | 63 | 11 | 6 | 136 | 62 | 30 |
| Octal | 360 | 3 | 307 | 0 | 143 | 21 | 6 | 466 | 142 | 60 |
| Binary | 11110000 | 11 | 11000111 | 0 | 1100011 | 10001 | 110 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F003C7
Complementary color
Monochromatic Colors of #F003C7
Black with #F003C7
Text Example
Text Example
White with #F003C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003C7; }
p { color: rgb(240,3,199); }
H1.HeaderClassName
{
color: #F003C7;
}
.AnyTagClassName
{
color: #F003C7;
}
</style>
background-color css
<style>
a { background-color: #F003C7; }
a { background-color: rgb(240,3,199); }
div.DivClassName
{
background-color: #F003C7;
}
.BgClassName
{
background-color: #F003C7;
}
</style>
border-color css
<style>
span { border-color: #F003C7; }
span { border-color: rgb(240,3,199); }
td.TdClassName
{
border-color: #F003C7;
}
.TagClassName
{
border-color: #F003C7;
}
</style>