Shades of Hot Magenta #F700DC
Tints of Hot Magenta #F700DC
RGB
CMYK
RGB Variations
Color information
#F700DC (or 0xF700DC) is known color: Hot Magenta. HEX triplet: F7, 00 and DC. RGB value is (247,0,220). Sum of RGB (Red+Green+Blue) = 247+0+220=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F700DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700DC is #08FF23. Grayscale: #626262. Windows color (decimal): -589604 or 14418167. OLE color: 14418167.
HSL color Cylindrical-coordinate representation of color #F700DC: hue angle of 306.56º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700DC is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.11 | 0.03 |
| HSL | 306.56º | 1% | 0.48% | - |
| HSV(B) | 306.56º | 1% | 0.97% | - |
| XYZ | 51.28 | 24.94 | 69.82 | - |
| YUV | 98.93 | 196.33 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 220 | 0 | 1 | 0.11 | 0.03 | 306.56 | 1 | 0.48 |
| Hex | F7 | 0 | DC | 0 | 64 | B | 3 | 133 | 64 | 30 |
| Octal | 367 | 0 | 334 | 0 | 144 | 13 | 3 | 463 | 144 | 60 |
| Binary | 11110111 | 0 | 11011100 | 0 | 1100100 | 1011 | 11 | 100110011 | 1100100 | 110000 |
Color Harmonies of #F700DC
Complementary color
Monochromatic Colors of #F700DC
Black with #F700DC
Text Example
Text Example
White with #F700DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700DC; }
p { color: rgb(247,0,220); }
H1.HeaderClassName
{
color: #F700DC;
}
.AnyTagClassName
{
color: #F700DC;
}
</style>
background-color css
<style>
a { background-color: #F700DC; }
a { background-color: rgb(247,0,220); }
div.DivClassName
{
background-color: #F700DC;
}
.BgClassName
{
background-color: #F700DC;
}
</style>
border-color css
<style>
span { border-color: #F700DC; }
span { border-color: rgb(247,0,220); }
td.TdClassName
{
border-color: #F700DC;
}
.TagClassName
{
border-color: #F700DC;
}
</style>