Shades of Magenta #F70EEF
Tints of Magenta #F70EEF
RGB
CMYK
RGB Variations
Color information
#F70EEF (or 0xF70EEF) is known color: Magenta. HEX triplet: F7, 0E and EF. RGB value is (247,14,239). Sum of RGB (Red+Green+Blue) = 247+14+239=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 14 (5.86% from 255 or 2.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70EEF is #08F110. Grayscale: #6C6C6C. Windows color (decimal): -586001 or 15666935. OLE color: 15666935.
HSL color Cylindrical-coordinate representation of color #F70EEF: hue angle of 302.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EEF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 239 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.03 |
| HSL | 302.06º | 0.94% | 0.51% | - |
| HSV(B) | 302.06º | 0.94% | 0.97% | - |
| XYZ | 54.09 | 26.32 | 83.89 | - |
| YUV | 109.32 | 201.19 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 239 | 0 | 0.94 | 0.03 | 0.03 | 302.06 | 0.94 | 0.51 |
| Hex | F7 | E | EF | 0 | 5E | 3 | 3 | 12E | 5E | 33 |
| Octal | 367 | 16 | 357 | 0 | 136 | 3 | 3 | 456 | 136 | 63 |
| Binary | 11110111 | 1110 | 11101111 | 0 | 1011110 | 11 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F70EEF
Complementary color
Monochromatic Colors of #F70EEF
Black with #F70EEF
Text Example
Text Example
White with #F70EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70EEF; }
p { color: rgb(247,14,239); }
H1.HeaderClassName
{
color: #F70EEF;
}
.AnyTagClassName
{
color: #F70EEF;
}
</style>
background-color css
<style>
a { background-color: #F70EEF; }
a { background-color: rgb(247,14,239); }
div.DivClassName
{
background-color: #F70EEF;
}
.BgClassName
{
background-color: #F70EEF;
}
</style>
border-color css
<style>
span { border-color: #F70EEF; }
span { border-color: rgb(247,14,239); }
td.TdClassName
{
border-color: #F70EEF;
}
.TagClassName
{
border-color: #F70EEF;
}
</style>