Shades of Hot Magenta #F700CE
Tints of Hot Magenta #F700CE
RGB
CMYK
RGB Variations
Color information
#F700CE (or 0xF700CE) is known color: Hot Magenta. HEX triplet: F7, 00 and CE. RGB value is (247,0,206). Sum of RGB (Red+Green+Blue) = 247+0+206=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F700CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700CE is #08FF31. Grayscale: #606060. Windows color (decimal): -589618 or 13500663. OLE color: 13500663.
HSL color Cylindrical-coordinate representation of color #F700CE: hue angle of 309.96º 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 #F700CE is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.17 | 0.03 |
| HSL | 309.96º | 1% | 0.48% | - |
| HSV(B) | 309.96º | 1% | 0.97% | - |
| XYZ | 49.5 | 24.23 | 60.46 | - |
| YUV | 97.34 | 189.33 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 206 | 0 | 1 | 0.17 | 0.03 | 309.96 | 1 | 0.48 |
| Hex | F7 | 0 | CE | 0 | 64 | 11 | 3 | 136 | 64 | 30 |
| Octal | 367 | 0 | 316 | 0 | 144 | 21 | 3 | 466 | 144 | 60 |
| Binary | 11110111 | 0 | 11001110 | 0 | 1100100 | 10001 | 11 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F700CE
Complementary color
Monochromatic Colors of #F700CE
Black with #F700CE
Text Example
Text Example
White with #F700CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700CE; }
p { color: rgb(247,0,206); }
H1.HeaderClassName
{
color: #F700CE;
}
.AnyTagClassName
{
color: #F700CE;
}
</style>
background-color css
<style>
a { background-color: #F700CE; }
a { background-color: rgb(247,0,206); }
div.DivClassName
{
background-color: #F700CE;
}
.BgClassName
{
background-color: #F700CE;
}
</style>
border-color css
<style>
span { border-color: #F700CE; }
span { border-color: rgb(247,0,206); }
td.TdClassName
{
border-color: #F700CE;
}
.TagClassName
{
border-color: #F700CE;
}
</style>