Shades of Hot Magenta #F704CE
Tints of Hot Magenta #F704CE
RGB
CMYK
RGB Variations
Color information
#F704CE (or 0xF704CE) is known color: Hot Magenta. HEX triplet: F7, 04 and CE. RGB value is (247,4,206). Sum of RGB (Red+Green+Blue) = 247+4+206=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F704CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704CE is #08FB31. Grayscale: #636363. Windows color (decimal): -588594 or 13501687. OLE color: 13501687.
HSL color Cylindrical-coordinate representation of color #F704CE: hue angle of 310.12º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F704CE is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.03 |
| HSL | 310.12º | 0.97% | 0.49% | - |
| HSV(B) | 310.12º | 0.98% | 0.97% | - |
| XYZ | 49.54 | 24.32 | 60.48 | - |
| YUV | 99.69 | 188.01 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 206 | 0 | 0.98 | 0.17 | 0.03 | 310.12 | 0.97 | 0.49 |
| Hex | F7 | 4 | CE | 0 | 62 | 11 | 3 | 136 | 61 | 31 |
| Octal | 367 | 4 | 316 | 0 | 142 | 21 | 3 | 466 | 141 | 61 |
| Binary | 11110111 | 100 | 11001110 | 0 | 1100010 | 10001 | 11 | 100110110 | 1100001 | 110001 |
Color Harmonies of #F704CE
Complementary color
Monochromatic Colors of #F704CE
Black with #F704CE
Text Example
Text Example
White with #F704CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F704CE; }
p { color: rgb(247,4,206); }
H1.HeaderClassName
{
color: #F704CE;
}
.AnyTagClassName
{
color: #F704CE;
}
</style>
background-color css
<style>
a { background-color: #F704CE; }
a { background-color: rgb(247,4,206); }
div.DivClassName
{
background-color: #F704CE;
}
.BgClassName
{
background-color: #F704CE;
}
</style>
border-color css
<style>
span { border-color: #F704CE; }
span { border-color: rgb(247,4,206); }
td.TdClassName
{
border-color: #F704CE;
}
.TagClassName
{
border-color: #F704CE;
}
</style>