Shades of Hot Magenta #F70BDD
Tints of Hot Magenta #F70BDD
RGB
CMYK
RGB Variations
Color information
#F70BDD (or 0xF70BDD) is known color: Hot Magenta. HEX triplet: F7, 0B and DD. RGB value is (247,11,221). Sum of RGB (Red+Green+Blue) = 247+11+221=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BDD is #08F422. Grayscale: #686868. Windows color (decimal): -586787 or 14486519. OLE color: 14486519.
HSL color Cylindrical-coordinate representation of color #F70BDD: hue angle of 306.61º 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 #F70BDD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 221 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.03 |
| HSL | 306.61º | 0.94% | 0.51% | - |
| HSV(B) | 306.61º | 0.96% | 0.97% | - |
| XYZ | 51.53 | 25.23 | 70.56 | - |
| YUV | 105.5 | 193.19 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 221 | 0 | 0.96 | 0.11 | 0.03 | 306.61 | 0.94 | 0.51 |
| Hex | F7 | B | DD | 0 | 60 | B | 3 | 133 | 5E | 33 |
| Octal | 367 | 13 | 335 | 0 | 140 | 13 | 3 | 463 | 136 | 63 |
| Binary | 11110111 | 1011 | 11011101 | 0 | 1100000 | 1011 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F70BDD
Complementary color
Monochromatic Colors of #F70BDD
Black with #F70BDD
Text Example
Text Example
White with #F70BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BDD; }
p { color: rgb(247,11,221); }
H1.HeaderClassName
{
color: #F70BDD;
}
.AnyTagClassName
{
color: #F70BDD;
}
</style>
background-color css
<style>
a { background-color: #F70BDD; }
a { background-color: rgb(247,11,221); }
div.DivClassName
{
background-color: #F70BDD;
}
.BgClassName
{
background-color: #F70BDD;
}
</style>
border-color css
<style>
span { border-color: #F70BDD; }
span { border-color: rgb(247,11,221); }
td.TdClassName
{
border-color: #F70BDD;
}
.TagClassName
{
border-color: #F70BDD;
}
</style>