Shades of Hot Magenta #F310D6
Tints of Hot Magenta #F310D6
RGB
CMYK
RGB Variations
Color information
#F310D6 (or 0xF310D6) is known color: Hot Magenta. HEX triplet: F3, 10 and D6. RGB value is (243,16,214). Sum of RGB (Red+Green+Blue) = 243+16+214=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F310D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310D6 is #0CEF29. Grayscale: #696969. Windows color (decimal): -847658 or 14029043. OLE color: 14029043.
HSL color Cylindrical-coordinate representation of color #F310D6: hue angle of 307.67º 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 #F310D6 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 214 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.05 |
| HSL | 307.67º | 0.9% | 0.51% | - |
| HSV(B) | 307.67º | 0.93% | 0.95% | - |
| XYZ | 49.29 | 24.28 | 65.71 | - |
| YUV | 106.45 | 188.71 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 214 | 0 | 0.93 | 0.12 | 0.05 | 307.67 | 0.9 | 0.51 |
| Hex | F3 | 10 | D6 | 0 | 5D | C | 5 | 134 | 5A | 33 |
| Octal | 363 | 20 | 326 | 0 | 135 | 14 | 5 | 464 | 132 | 63 |
| Binary | 11110011 | 10000 | 11010110 | 0 | 1011101 | 1100 | 101 | 100110100 | 1011010 | 110011 |
Color Harmonies of #F310D6
Complementary color
Monochromatic Colors of #F310D6
Black with #F310D6
Text Example
Text Example
White with #F310D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310D6; }
p { color: rgb(243,16,214); }
H1.HeaderClassName
{
color: #F310D6;
}
.AnyTagClassName
{
color: #F310D6;
}
</style>
background-color css
<style>
a { background-color: #F310D6; }
a { background-color: rgb(243,16,214); }
div.DivClassName
{
background-color: #F310D6;
}
.BgClassName
{
background-color: #F310D6;
}
</style>
border-color css
<style>
span { border-color: #F310D6; }
span { border-color: rgb(243,16,214); }
td.TdClassName
{
border-color: #F310D6;
}
.TagClassName
{
border-color: #F310D6;
}
</style>