Shades of Magenta #F70BE8
Tints of Magenta #F70BE8
RGB
CMYK
RGB Variations
Color information
#F70BE8 (or 0xF70BE8) is known color: Magenta. HEX triplet: F7, 0B and E8. RGB value is (247,11,232). Sum of RGB (Red+Green+Blue) = 247+11+232=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70BE8 is #08F417. Grayscale: #6A6A6A. Windows color (decimal): -586776 or 15207415. OLE color: 15207415.
HSL color Cylindrical-coordinate representation of color #F70BE8: hue angle of 303.81º 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 #F70BE8 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 232 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.03 |
| HSL | 303.81º | 0.94% | 0.51% | - |
| HSV(B) | 303.81º | 0.96% | 0.97% | - |
| XYZ | 53.04 | 25.84 | 78.54 | - |
| YUV | 106.76 | 198.69 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 232 | 0 | 0.96 | 0.06 | 0.03 | 303.81 | 0.94 | 0.51 |
| Hex | F7 | B | E8 | 0 | 60 | 6 | 3 | 130 | 5E | 33 |
| Octal | 367 | 13 | 350 | 0 | 140 | 6 | 3 | 460 | 136 | 63 |
| Binary | 11110111 | 1011 | 11101000 | 0 | 1100000 | 110 | 11 | 100110000 | 1011110 | 110011 |
Color Harmonies of #F70BE8
Complementary color
Monochromatic Colors of #F70BE8
Black with #F70BE8
Text Example
Text Example
White with #F70BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BE8; }
p { color: rgb(247,11,232); }
H1.HeaderClassName
{
color: #F70BE8;
}
.AnyTagClassName
{
color: #F70BE8;
}
</style>
background-color css
<style>
a { background-color: #F70BE8; }
a { background-color: rgb(247,11,232); }
div.DivClassName
{
background-color: #F70BE8;
}
.BgClassName
{
background-color: #F70BE8;
}
</style>
border-color css
<style>
span { border-color: #F70BE8; }
span { border-color: rgb(247,11,232); }
td.TdClassName
{
border-color: #F70BE8;
}
.TagClassName
{
border-color: #F70BE8;
}
</style>