Shades of Hot Magenta #F310DA
Tints of Hot Magenta #F310DA
RGB
CMYK
RGB Variations
Color information
#F310DA (or 0xF310DA) is known color: Hot Magenta. HEX triplet: F3, 10 and DA. RGB value is (243,16,218). Sum of RGB (Red+Green+Blue) = 243+16+218=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F310DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310DA is #0CEF25. Grayscale: #6A6A6A. Windows color (decimal): -847654 or 14291187. OLE color: 14291187.
HSL color Cylindrical-coordinate representation of color #F310DA: hue angle of 306.61º 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 #F310DA is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.05 |
| HSL | 306.61º | 0.9% | 0.51% | - |
| HSV(B) | 306.61º | 0.93% | 0.95% | - |
| XYZ | 49.8 | 24.49 | 68.43 | - |
| YUV | 106.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 218 | 0 | 0.93 | 0.10 | 0.05 | 306.61 | 0.9 | 0.51 |
| Hex | F3 | 10 | DA | 0 | 5D | A | 5 | 133 | 5A | 33 |
| Octal | 363 | 20 | 332 | 0 | 135 | 12 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10000 | 11011010 | 0 | 1011101 | 1010 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F310DA
Complementary color
Monochromatic Colors of #F310DA
Black with #F310DA
Text Example
Text Example
White with #F310DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310DA; }
p { color: rgb(243,16,218); }
H1.HeaderClassName
{
color: #F310DA;
}
.AnyTagClassName
{
color: #F310DA;
}
</style>
background-color css
<style>
a { background-color: #F310DA; }
a { background-color: rgb(243,16,218); }
div.DivClassName
{
background-color: #F310DA;
}
.BgClassName
{
background-color: #F310DA;
}
</style>
border-color css
<style>
span { border-color: #F310DA; }
span { border-color: rgb(243,16,218); }
td.TdClassName
{
border-color: #F310DA;
}
.TagClassName
{
border-color: #F310DA;
}
</style>