Shades of Magenta #F70CE8
Tints of Magenta #F70CE8
RGB
CMYK
RGB Variations
Color information
#F70CE8 (or 0xF70CE8) is known color: Magenta. HEX triplet: F7, 0C and E8. RGB value is (247,12,232). Sum of RGB (Red+Green+Blue) = 247+12+232=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CE8 is #08F317. Grayscale: #6A6A6A. Windows color (decimal): -586520 or 15207671. OLE color: 15207671.
HSL color Cylindrical-coordinate representation of color #F70CE8: hue angle of 303.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CE8 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 232 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.03 |
| HSL | 303.83º | 0.94% | 0.51% | - |
| HSV(B) | 303.83º | 0.95% | 0.97% | - |
| XYZ | 53.05 | 25.86 | 78.54 | - |
| YUV | 107.35 | 198.36 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 232 | 0 | 0.95 | 0.06 | 0.03 | 303.83 | 0.94 | 0.51 |
| Hex | F7 | C | E8 | 0 | 5F | 6 | 3 | 130 | 5E | 33 |
| Octal | 367 | 14 | 350 | 0 | 137 | 6 | 3 | 460 | 136 | 63 |
| Binary | 11110111 | 1100 | 11101000 | 0 | 1011111 | 110 | 11 | 100110000 | 1011110 | 110011 |
Color Harmonies of #F70CE8
Complementary color
Monochromatic Colors of #F70CE8
Black with #F70CE8
Text Example
Text Example
White with #F70CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CE8; }
p { color: rgb(247,12,232); }
H1.HeaderClassName
{
color: #F70CE8;
}
.AnyTagClassName
{
color: #F70CE8;
}
</style>
background-color css
<style>
a { background-color: #F70CE8; }
a { background-color: rgb(247,12,232); }
div.DivClassName
{
background-color: #F70CE8;
}
.BgClassName
{
background-color: #F70CE8;
}
</style>
border-color css
<style>
span { border-color: #F70CE8; }
span { border-color: rgb(247,12,232); }
td.TdClassName
{
border-color: #F70CE8;
}
.TagClassName
{
border-color: #F70CE8;
}
</style>