Shades of Hot Magenta #F310D9
Tints of Hot Magenta #F310D9
RGB
CMYK
RGB Variations
Color information
#F310D9 (or 0xF310D9) is known color: Hot Magenta. HEX triplet: F3, 10 and D9. RGB value is (243,16,217). Sum of RGB (Red+Green+Blue) = 243+16+217=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F310D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310D9 is #0CEF26. Grayscale: #6A6A6A. Windows color (decimal): -847655 or 14225651. OLE color: 14225651.
HSL color Cylindrical-coordinate representation of color #F310D9: hue angle of 306.87º 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 #F310D9 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 217 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.05 |
| HSL | 306.87º | 0.9% | 0.51% | - |
| HSV(B) | 306.87º | 0.93% | 0.95% | - |
| XYZ | 49.67 | 24.44 | 67.74 | - |
| YUV | 106.79 | 190.21 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 217 | 0 | 0.93 | 0.11 | 0.05 | 306.87 | 0.9 | 0.51 |
| Hex | F3 | 10 | D9 | 0 | 5D | B | 5 | 133 | 5A | 33 |
| Octal | 363 | 20 | 331 | 0 | 135 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10000 | 11011001 | 0 | 1011101 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F310D9
Complementary color
Monochromatic Colors of #F310D9
Black with #F310D9
Text Example
Text Example
White with #F310D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310D9; }
p { color: rgb(243,16,217); }
H1.HeaderClassName
{
color: #F310D9;
}
.AnyTagClassName
{
color: #F310D9;
}
</style>
background-color css
<style>
a { background-color: #F310D9; }
a { background-color: rgb(243,16,217); }
div.DivClassName
{
background-color: #F310D9;
}
.BgClassName
{
background-color: #F310D9;
}
</style>
border-color css
<style>
span { border-color: #F310D9; }
span { border-color: rgb(243,16,217); }
td.TdClassName
{
border-color: #F310D9;
}
.TagClassName
{
border-color: #F310D9;
}
</style>