Shades of Hot Magenta #F312D9
Tints of Hot Magenta #F312D9
RGB
CMYK
RGB Variations
Color information
#F312D9 (or 0xF312D9) is known color: Hot Magenta. HEX triplet: F3, 12 and D9. RGB value is (243,18,217). Sum of RGB (Red+Green+Blue) = 243+18+217=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F312D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312D9 is #0CED26. Grayscale: #6B6B6B. Windows color (decimal): -847143 or 14226163. OLE color: 14226163.
HSL color Cylindrical-coordinate representation of color #F312D9: hue angle of 306.93º 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 #F312D9 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 217 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.05 |
| HSL | 306.93º | 0.9% | 0.51% | - |
| HSV(B) | 306.93º | 0.93% | 0.95% | - |
| XYZ | 49.7 | 24.5 | 67.75 | - |
| YUV | 107.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 217 | 0 | 0.93 | 0.11 | 0.05 | 306.93 | 0.9 | 0.51 |
| Hex | F3 | 12 | D9 | 0 | 5D | B | 5 | 133 | 5A | 33 |
| Octal | 363 | 22 | 331 | 0 | 135 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10010 | 11011001 | 0 | 1011101 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F312D9
Complementary color
Monochromatic Colors of #F312D9
Black with #F312D9
Text Example
Text Example
White with #F312D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312D9; }
p { color: rgb(243,18,217); }
H1.HeaderClassName
{
color: #F312D9;
}
.AnyTagClassName
{
color: #F312D9;
}
</style>
background-color css
<style>
a { background-color: #F312D9; }
a { background-color: rgb(243,18,217); }
div.DivClassName
{
background-color: #F312D9;
}
.BgClassName
{
background-color: #F312D9;
}
</style>
border-color css
<style>
span { border-color: #F312D9; }
span { border-color: rgb(243,18,217); }
td.TdClassName
{
border-color: #F312D9;
}
.TagClassName
{
border-color: #F312D9;
}
</style>