Shades of Hot Magenta #F310DC
Tints of Hot Magenta #F310DC
RGB
CMYK
RGB Variations
Color information
#F310DC (or 0xF310DC) is known color: Hot Magenta. HEX triplet: F3, 10 and DC. RGB value is (243,16,220). Sum of RGB (Red+Green+Blue) = 243+16+220=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F310DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310DC is #0CEF23. Grayscale: #6A6A6A. Windows color (decimal): -847652 or 14422259. OLE color: 14422259.
HSL color Cylindrical-coordinate representation of color #F310DC: hue angle of 306.08º 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 #F310DC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.05 |
| HSL | 306.08º | 0.9% | 0.51% | - |
| HSV(B) | 306.08º | 0.93% | 0.95% | - |
| XYZ | 50.07 | 24.59 | 69.82 | - |
| YUV | 107.13 | 191.71 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 220 | 0 | 0.93 | 0.09 | 0.05 | 306.08 | 0.9 | 0.51 |
| Hex | F3 | 10 | DC | 0 | 5D | 9 | 5 | 132 | 5A | 33 |
| Octal | 363 | 20 | 334 | 0 | 135 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110011 | 10000 | 11011100 | 0 | 1011101 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F310DC
Complementary color
Monochromatic Colors of #F310DC
Black with #F310DC
Text Example
Text Example
White with #F310DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310DC; }
p { color: rgb(243,16,220); }
H1.HeaderClassName
{
color: #F310DC;
}
.AnyTagClassName
{
color: #F310DC;
}
</style>
background-color css
<style>
a { background-color: #F310DC; }
a { background-color: rgb(243,16,220); }
div.DivClassName
{
background-color: #F310DC;
}
.BgClassName
{
background-color: #F310DC;
}
</style>
border-color css
<style>
span { border-color: #F310DC; }
span { border-color: rgb(243,16,220); }
td.TdClassName
{
border-color: #F310DC;
}
.TagClassName
{
border-color: #F310DC;
}
</style>