Shades of Hot Magenta #F70BE3
Tints of Hot Magenta #F70BE3
RGB
CMYK
RGB Variations
Color information
#F70BE3 (or 0xF70BE3) is known color: Hot Magenta. HEX triplet: F7, 0B and E3. RGB value is (247,11,227). Sum of RGB (Red+Green+Blue) = 247+11+227=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BE3 is #08F41C. Grayscale: #696969. Windows color (decimal): -586781 or 14879735. OLE color: 14879735.
HSL color Cylindrical-coordinate representation of color #F70BE3: hue angle of 305.08º 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 #F70BE3 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 227 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.03 |
| HSL | 305.08º | 0.94% | 0.51% | - |
| HSV(B) | 305.08º | 0.96% | 0.97% | - |
| XYZ | 52.34 | 25.56 | 74.85 | - |
| YUV | 106.19 | 196.19 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 227 | 0 | 0.96 | 0.08 | 0.03 | 305.08 | 0.94 | 0.51 |
| Hex | F7 | B | E3 | 0 | 60 | 8 | 3 | 131 | 5E | 33 |
| Octal | 367 | 13 | 343 | 0 | 140 | 10 | 3 | 461 | 136 | 63 |
| Binary | 11110111 | 1011 | 11100011 | 0 | 1100000 | 1000 | 11 | 100110001 | 1011110 | 110011 |
Color Harmonies of #F70BE3
Complementary color
Monochromatic Colors of #F70BE3
Black with #F70BE3
Text Example
Text Example
White with #F70BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BE3; }
p { color: rgb(247,11,227); }
H1.HeaderClassName
{
color: #F70BE3;
}
.AnyTagClassName
{
color: #F70BE3;
}
</style>
background-color css
<style>
a { background-color: #F70BE3; }
a { background-color: rgb(247,11,227); }
div.DivClassName
{
background-color: #F70BE3;
}
.BgClassName
{
background-color: #F70BE3;
}
</style>
border-color css
<style>
span { border-color: #F70BE3; }
span { border-color: rgb(247,11,227); }
td.TdClassName
{
border-color: #F70BE3;
}
.TagClassName
{
border-color: #F70BE3;
}
</style>