Shades of Hot Magenta #F310D8
Tints of Hot Magenta #F310D8
RGB
CMYK
RGB Variations
Color information
#F310D8 (or 0xF310D8) is known color: Hot Magenta. HEX triplet: F3, 10 and D8. RGB value is (243,16,216). Sum of RGB (Red+Green+Blue) = 243+16+216=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F310D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310D8 is #0CEF27. Grayscale: #6A6A6A. Windows color (decimal): -847656 or 14160115. OLE color: 14160115.
HSL color Cylindrical-coordinate representation of color #F310D8: hue angle of 307.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310D8 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 216 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.05 |
| HSL | 307.14º | 0.9% | 0.51% | - |
| HSV(B) | 307.14º | 0.93% | 0.95% | - |
| XYZ | 49.54 | 24.38 | 67.06 | - |
| YUV | 106.67 | 189.71 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 216 | 0 | 0.93 | 0.11 | 0.05 | 307.14 | 0.9 | 0.51 |
| Hex | F3 | 10 | D8 | 0 | 5D | B | 5 | 133 | 5A | 33 |
| Octal | 363 | 20 | 330 | 0 | 135 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10000 | 11011000 | 0 | 1011101 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F310D8
Complementary color
Monochromatic Colors of #F310D8
Black with #F310D8
Text Example
Text Example
White with #F310D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310D8; }
p { color: rgb(243,16,216); }
H1.HeaderClassName
{
color: #F310D8;
}
.AnyTagClassName
{
color: #F310D8;
}
</style>
background-color css
<style>
a { background-color: #F310D8; }
a { background-color: rgb(243,16,216); }
div.DivClassName
{
background-color: #F310D8;
}
.BgClassName
{
background-color: #F310D8;
}
</style>
border-color css
<style>
span { border-color: #F310D8; }
span { border-color: rgb(243,16,216); }
td.TdClassName
{
border-color: #F310D8;
}
.TagClassName
{
border-color: #F310D8;
}
</style>