Shades of Hot Magenta #F700CC
Tints of Hot Magenta #F700CC
RGB
CMYK
RGB Variations
Color information
#F700CC (or 0xF700CC) is known color: Hot Magenta. HEX triplet: F7, 00 and CC. RGB value is (247,0,204). Sum of RGB (Red+Green+Blue) = 247+0+204=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F700CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700CC is #08FF33. Grayscale: #606060. Windows color (decimal): -589620 or 13369591. OLE color: 13369591.
HSL color Cylindrical-coordinate representation of color #F700CC: hue angle of 310.45º 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 #F700CC is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.17 | 0.03 |
| HSL | 310.45º | 1% | 0.48% | - |
| HSV(B) | 310.45º | 1% | 0.97% | - |
| XYZ | 49.26 | 24.13 | 59.19 | - |
| YUV | 97.11 | 188.33 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 204 | 0 | 1 | 0.17 | 0.03 | 310.45 | 1 | 0.48 |
| Hex | F7 | 0 | CC | 0 | 64 | 11 | 3 | 136 | 64 | 30 |
| Octal | 367 | 0 | 314 | 0 | 144 | 21 | 3 | 466 | 144 | 60 |
| Binary | 11110111 | 0 | 11001100 | 0 | 1100100 | 10001 | 11 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F700CC
Complementary color
Monochromatic Colors of #F700CC
Black with #F700CC
Text Example
Text Example
White with #F700CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700CC; }
p { color: rgb(247,0,204); }
H1.HeaderClassName
{
color: #F700CC;
}
.AnyTagClassName
{
color: #F700CC;
}
</style>
background-color css
<style>
a { background-color: #F700CC; }
a { background-color: rgb(247,0,204); }
div.DivClassName
{
background-color: #F700CC;
}
.BgClassName
{
background-color: #F700CC;
}
</style>
border-color css
<style>
span { border-color: #F700CC; }
span { border-color: rgb(247,0,204); }
td.TdClassName
{
border-color: #F700CC;
}
.TagClassName
{
border-color: #F700CC;
}
</style>