Shades of Hot Magenta #F703C6
Tints of Hot Magenta #F703C6
RGB
CMYK
RGB Variations
Color information
#F703C6 (or 0xF703C6) is known color: Hot Magenta. HEX triplet: F7, 03 and C6. RGB value is (247,3,198). Sum of RGB (Red+Green+Blue) = 247+3+198=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F703C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703C6 is #08FC39. Grayscale: #616161. Windows color (decimal): -588858 or 12977143. OLE color: 12977143.
HSL color Cylindrical-coordinate representation of color #F703C6: hue angle of 312.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703C6 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.03 |
| HSL | 312.05º | 0.98% | 0.49% | - |
| HSV(B) | 312.05º | 0.99% | 0.97% | - |
| XYZ | 48.58 | 23.92 | 55.48 | - |
| YUV | 98.19 | 184.34 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 198 | 0 | 0.99 | 0.20 | 0.03 | 312.05 | 0.98 | 0.49 |
| Hex | F7 | 3 | C6 | 0 | 63 | 14 | 3 | 138 | 62 | 31 |
| Octal | 367 | 3 | 306 | 0 | 143 | 24 | 3 | 470 | 142 | 61 |
| Binary | 11110111 | 11 | 11000110 | 0 | 1100011 | 10100 | 11 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F703C6
Complementary color
Monochromatic Colors of #F703C6
Black with #F703C6
Text Example
Text Example
White with #F703C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703C6; }
p { color: rgb(247,3,198); }
H1.HeaderClassName
{
color: #F703C6;
}
.AnyTagClassName
{
color: #F703C6;
}
</style>
background-color css
<style>
a { background-color: #F703C6; }
a { background-color: rgb(247,3,198); }
div.DivClassName
{
background-color: #F703C6;
}
.BgClassName
{
background-color: #F703C6;
}
</style>
border-color css
<style>
span { border-color: #F703C6; }
span { border-color: rgb(247,3,198); }
td.TdClassName
{
border-color: #F703C6;
}
.TagClassName
{
border-color: #F703C6;
}
</style>