Shades of Magenta #F700EF
Tints of Magenta #F700EF
RGB
CMYK
RGB Variations
Color information
#F700EF (or 0xF700EF) is known color: Magenta. HEX triplet: F7, 00 and EF. RGB value is (247,0,239). Sum of RGB (Red+Green+Blue) = 247+0+239=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F700EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700EF is #08FF10. Grayscale: #646464. Windows color (decimal): -589585 or 15663351. OLE color: 15663351.
HSL color Cylindrical-coordinate representation of color #F700EF: hue angle of 301.94º 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 #F700EF is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 239 | - |
| CMYK | 0 | 1 | 0.03 | 0.03 |
| HSL | 301.94º | 1% | 0.48% | - |
| HSV(B) | 301.94º | 1% | 0.97% | - |
| XYZ | 53.94 | 26.01 | 83.84 | - |
| YUV | 101.1 | 205.83 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 239 | 0 | 1 | 0.03 | 0.03 | 301.94 | 1 | 0.48 |
| Hex | F7 | 0 | EF | 0 | 64 | 3 | 3 | 12E | 64 | 30 |
| Octal | 367 | 0 | 357 | 0 | 144 | 3 | 3 | 456 | 144 | 60 |
| Binary | 11110111 | 0 | 11101111 | 0 | 1100100 | 11 | 11 | 100101110 | 1100100 | 110000 |
Color Harmonies of #F700EF
Complementary color
Monochromatic Colors of #F700EF
Black with #F700EF
Text Example
Text Example
White with #F700EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700EF; }
p { color: rgb(247,0,239); }
H1.HeaderClassName
{
color: #F700EF;
}
.AnyTagClassName
{
color: #F700EF;
}
</style>
background-color css
<style>
a { background-color: #F700EF; }
a { background-color: rgb(247,0,239); }
div.DivClassName
{
background-color: #F700EF;
}
.BgClassName
{
background-color: #F700EF;
}
</style>
border-color css
<style>
span { border-color: #F700EF; }
span { border-color: rgb(247,0,239); }
td.TdClassName
{
border-color: #F700EF;
}
.TagClassName
{
border-color: #F700EF;
}
</style>