Shades of Magenta #F70BEB
Tints of Magenta #F70BEB
RGB
CMYK
RGB Variations
Color information
#F70BEB (or 0xF70BEB) is known color: Magenta. HEX triplet: F7, 0B and EB. RGB value is (247,11,235). Sum of RGB (Red+Green+Blue) = 247+11+235=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70BEB is #08F414. Grayscale: #6A6A6A. Windows color (decimal): -586773 or 15404023. OLE color: 15404023.
HSL color Cylindrical-coordinate representation of color #F70BEB: hue angle of 303.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70BEB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 235 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.03 |
| HSL | 303.05º | 0.94% | 0.51% | - |
| HSV(B) | 303.05º | 0.96% | 0.97% | - |
| XYZ | 53.47 | 26.01 | 80.8 | - |
| YUV | 107.1 | 200.19 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 235 | 0 | 0.96 | 0.05 | 0.03 | 303.05 | 0.94 | 0.51 |
| Hex | F7 | B | EB | 0 | 60 | 5 | 3 | 12F | 5E | 33 |
| Octal | 367 | 13 | 353 | 0 | 140 | 5 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1011 | 11101011 | 0 | 1100000 | 101 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70BEB
Complementary color
Monochromatic Colors of #F70BEB
Black with #F70BEB
Text Example
Text Example
White with #F70BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BEB; }
p { color: rgb(247,11,235); }
H1.HeaderClassName
{
color: #F70BEB;
}
.AnyTagClassName
{
color: #F70BEB;
}
</style>
background-color css
<style>
a { background-color: #F70BEB; }
a { background-color: rgb(247,11,235); }
div.DivClassName
{
background-color: #F70BEB;
}
.BgClassName
{
background-color: #F70BEB;
}
</style>
border-color css
<style>
span { border-color: #F70BEB; }
span { border-color: rgb(247,11,235); }
td.TdClassName
{
border-color: #F70BEB;
}
.TagClassName
{
border-color: #F70BEB;
}
</style>