Shades of Hot Magenta #F70BDE
Tints of Hot Magenta #F70BDE
RGB
CMYK
RGB Variations
Color information
#F70BDE (or 0xF70BDE) is known color: Hot Magenta. HEX triplet: F7, 0B and DE. RGB value is (247,11,222). Sum of RGB (Red+Green+Blue) = 247+11+222=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 11 (4.69% from 255 or 2.29% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BDE is #08F421. Grayscale: #696969. Windows color (decimal): -586786 or 14552055. OLE color: 14552055.
HSL color Cylindrical-coordinate representation of color #F70BDE: hue angle of 306.36º 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 #F70BDE is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 222 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.03 |
| HSL | 306.36º | 0.94% | 0.51% | - |
| HSV(B) | 306.36º | 0.96% | 0.97% | - |
| XYZ | 51.66 | 25.29 | 71.27 | - |
| YUV | 105.62 | 193.69 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 222 | 0 | 0.96 | 0.10 | 0.03 | 306.36 | 0.94 | 0.51 |
| Hex | F7 | B | DE | 0 | 60 | A | 3 | 132 | 5E | 33 |
| Octal | 367 | 13 | 336 | 0 | 140 | 12 | 3 | 462 | 136 | 63 |
| Binary | 11110111 | 1011 | 11011110 | 0 | 1100000 | 1010 | 11 | 100110010 | 1011110 | 110011 |
Color Harmonies of #F70BDE
Complementary color
Monochromatic Colors of #F70BDE
Black with #F70BDE
Text Example
Text Example
White with #F70BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BDE; }
p { color: rgb(247,11,222); }
H1.HeaderClassName
{
color: #F70BDE;
}
.AnyTagClassName
{
color: #F70BDE;
}
</style>
background-color css
<style>
a { background-color: #F70BDE; }
a { background-color: rgb(247,11,222); }
div.DivClassName
{
background-color: #F70BDE;
}
.BgClassName
{
background-color: #F70BDE;
}
</style>
border-color css
<style>
span { border-color: #F70BDE; }
span { border-color: rgb(247,11,222); }
td.TdClassName
{
border-color: #F70BDE;
}
.TagClassName
{
border-color: #F70BDE;
}
</style>