Shades of Magenta #F70CEA
Tints of Magenta #F70CEA
RGB
CMYK
RGB Variations
Color information
#F70CEA (or 0xF70CEA) is known color: Magenta. HEX triplet: F7, 0C and EA. RGB value is (247,12,234). Sum of RGB (Red+Green+Blue) = 247+12+234=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CEA is #08F315. Grayscale: #6A6A6A. Windows color (decimal): -586518 or 15338743. OLE color: 15338743.
HSL color Cylindrical-coordinate representation of color #F70CEA: hue angle of 303.32º 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 #F70CEA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 234 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.03 |
| HSL | 303.32º | 0.94% | 0.51% | - |
| HSV(B) | 303.32º | 0.95% | 0.97% | - |
| XYZ | 53.34 | 25.98 | 80.04 | - |
| YUV | 107.57 | 199.36 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 234 | 0 | 0.95 | 0.05 | 0.03 | 303.32 | 0.94 | 0.51 |
| Hex | F7 | C | EA | 0 | 5F | 5 | 3 | 12F | 5E | 33 |
| Octal | 367 | 14 | 352 | 0 | 137 | 5 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1100 | 11101010 | 0 | 1011111 | 101 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70CEA
Complementary color
Monochromatic Colors of #F70CEA
Black with #F70CEA
Text Example
Text Example
White with #F70CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CEA; }
p { color: rgb(247,12,234); }
H1.HeaderClassName
{
color: #F70CEA;
}
.AnyTagClassName
{
color: #F70CEA;
}
</style>
background-color css
<style>
a { background-color: #F70CEA; }
a { background-color: rgb(247,12,234); }
div.DivClassName
{
background-color: #F70CEA;
}
.BgClassName
{
background-color: #F70CEA;
}
</style>
border-color css
<style>
span { border-color: #F70CEA; }
span { border-color: rgb(247,12,234); }
td.TdClassName
{
border-color: #F70CEA;
}
.TagClassName
{
border-color: #F70CEA;
}
</style>