Shades of Hot Magenta #F70ADF
Tints of Hot Magenta #F70ADF
RGB
CMYK
RGB Variations
Color information
#F70ADF (or 0xF70ADF) is known color: Hot Magenta. HEX triplet: F7, 0A and DF. RGB value is (247,10,223). Sum of RGB (Red+Green+Blue) = 247+10+223=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ADF is #08F520. Grayscale: #686868. Windows color (decimal): -587041 or 14617335. OLE color: 14617335.
HSL color Cylindrical-coordinate representation of color #F70ADF: hue angle of 306.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70ADF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.03 |
| HSL | 306.08º | 0.94% | 0.5% | - |
| HSV(B) | 306.08º | 0.96% | 0.97% | - |
| XYZ | 51.79 | 25.32 | 71.97 | - |
| YUV | 105.15 | 194.52 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 223 | 0 | 0.96 | 0.10 | 0.03 | 306.08 | 0.94 | 0.5 |
| Hex | F7 | A | DF | 0 | 60 | A | 3 | 132 | 5E | 32 |
| Octal | 367 | 12 | 337 | 0 | 140 | 12 | 3 | 462 | 136 | 62 |
| Binary | 11110111 | 1010 | 11011111 | 0 | 1100000 | 1010 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F70ADF
Complementary color
Monochromatic Colors of #F70ADF
Black with #F70ADF
Text Example
Text Example
White with #F70ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70ADF; }
p { color: rgb(247,10,223); }
H1.HeaderClassName
{
color: #F70ADF;
}
.AnyTagClassName
{
color: #F70ADF;
}
</style>
background-color css
<style>
a { background-color: #F70ADF; }
a { background-color: rgb(247,10,223); }
div.DivClassName
{
background-color: #F70ADF;
}
.BgClassName
{
background-color: #F70ADF;
}
</style>
border-color css
<style>
span { border-color: #F70ADF; }
span { border-color: rgb(247,10,223); }
td.TdClassName
{
border-color: #F70ADF;
}
.TagClassName
{
border-color: #F70ADF;
}
</style>