Shades of Magenta #F700EC
Tints of Magenta #F700EC
RGB
CMYK
RGB Variations
Color information
#F700EC (or 0xF700EC) is known color: Magenta. HEX triplet: F7, 00 and EC. RGB value is (247,0,236). Sum of RGB (Red+Green+Blue) = 247+0+236=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F700EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700EC is #08FF13. Grayscale: #646464. Windows color (decimal): -589588 or 15466743. OLE color: 15466743.
HSL color Cylindrical-coordinate representation of color #F700EC: hue angle of 302.67º 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 #F700EC is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 236 | - |
| CMYK | 0 | 1 | 0.04 | 0.03 |
| HSL | 302.67º | 1% | 0.48% | - |
| HSV(B) | 302.67º | 1% | 0.97% | - |
| XYZ | 53.5 | 25.83 | 81.52 | - |
| YUV | 100.76 | 204.33 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 236 | 0 | 1 | 0.04 | 0.03 | 302.67 | 1 | 0.48 |
| Hex | F7 | 0 | EC | 0 | 64 | 4 | 3 | 12F | 64 | 30 |
| Octal | 367 | 0 | 354 | 0 | 144 | 4 | 3 | 457 | 144 | 60 |
| Binary | 11110111 | 0 | 11101100 | 0 | 1100100 | 100 | 11 | 100101111 | 1100100 | 110000 |
Color Harmonies of #F700EC
Complementary color
Monochromatic Colors of #F700EC
Black with #F700EC
Text Example
Text Example
White with #F700EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700EC; }
p { color: rgb(247,0,236); }
H1.HeaderClassName
{
color: #F700EC;
}
.AnyTagClassName
{
color: #F700EC;
}
</style>
background-color css
<style>
a { background-color: #F700EC; }
a { background-color: rgb(247,0,236); }
div.DivClassName
{
background-color: #F700EC;
}
.BgClassName
{
background-color: #F700EC;
}
</style>
border-color css
<style>
span { border-color: #F700EC; }
span { border-color: rgb(247,0,236); }
td.TdClassName
{
border-color: #F700EC;
}
.TagClassName
{
border-color: #F700EC;
}
</style>