Shades of Hot Magenta #F70DD3
Tints of Hot Magenta #F70DD3
RGB
CMYK
RGB Variations
Color information
#F70DD3 (or 0xF70DD3) is known color: Hot Magenta. HEX triplet: F7, 0D and D3. RGB value is (247,13,211). Sum of RGB (Red+Green+Blue) = 247+13+211=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DD3 is #08F22C. Grayscale: #686868. Windows color (decimal): -586285 or 13831671. OLE color: 13831671.
HSL color Cylindrical-coordinate representation of color #F70DD3: hue angle of 309.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DD3 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 211 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.03 |
| HSL | 309.23º | 0.94% | 0.51% | - |
| HSV(B) | 309.23º | 0.95% | 0.97% | - |
| XYZ | 50.26 | 24.77 | 63.76 | - |
| YUV | 105.54 | 187.52 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 211 | 0 | 0.95 | 0.15 | 0.03 | 309.23 | 0.94 | 0.51 |
| Hex | F7 | D | D3 | 0 | 5F | F | 3 | 135 | 5E | 33 |
| Octal | 367 | 15 | 323 | 0 | 137 | 17 | 3 | 465 | 136 | 63 |
| Binary | 11110111 | 1101 | 11010011 | 0 | 1011111 | 1111 | 11 | 100110101 | 1011110 | 110011 |
Color Harmonies of #F70DD3
Complementary color
Monochromatic Colors of #F70DD3
Black with #F70DD3
Text Example
Text Example
White with #F70DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DD3; }
p { color: rgb(247,13,211); }
H1.HeaderClassName
{
color: #F70DD3;
}
.AnyTagClassName
{
color: #F70DD3;
}
</style>
background-color css
<style>
a { background-color: #F70DD3; }
a { background-color: rgb(247,13,211); }
div.DivClassName
{
background-color: #F70DD3;
}
.BgClassName
{
background-color: #F70DD3;
}
</style>
border-color css
<style>
span { border-color: #F70DD3; }
span { border-color: rgb(247,13,211); }
td.TdClassName
{
border-color: #F70DD3;
}
.TagClassName
{
border-color: #F70DD3;
}
</style>