Shades of Hot Magenta #F312D8
Tints of Hot Magenta #F312D8
RGB
CMYK
RGB Variations
Color information
#F312D8 (or 0xF312D8) is known color: Hot Magenta. HEX triplet: F3, 12 and D8. RGB value is (243,18,216). Sum of RGB (Red+Green+Blue) = 243+18+216=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F312D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312D8 is #0CED27. Grayscale: #6B6B6B. Windows color (decimal): -847144 or 14160627. OLE color: 14160627.
HSL color Cylindrical-coordinate representation of color #F312D8: hue angle of 307.2º 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 #F312D8 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 216 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.05 |
| HSL | 307.2º | 0.9% | 0.51% | - |
| HSV(B) | 307.2º | 0.93% | 0.95% | - |
| XYZ | 49.57 | 24.45 | 67.07 | - |
| YUV | 107.85 | 189.04 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 216 | 0 | 0.93 | 0.11 | 0.05 | 307.2 | 0.9 | 0.51 |
| Hex | F3 | 12 | D8 | 0 | 5D | B | 5 | 133 | 5A | 33 |
| Octal | 363 | 22 | 330 | 0 | 135 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10010 | 11011000 | 0 | 1011101 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F312D8
Complementary color
Monochromatic Colors of #F312D8
Black with #F312D8
Text Example
Text Example
White with #F312D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312D8; }
p { color: rgb(243,18,216); }
H1.HeaderClassName
{
color: #F312D8;
}
.AnyTagClassName
{
color: #F312D8;
}
</style>
background-color css
<style>
a { background-color: #F312D8; }
a { background-color: rgb(243,18,216); }
div.DivClassName
{
background-color: #F312D8;
}
.BgClassName
{
background-color: #F312D8;
}
</style>
border-color css
<style>
span { border-color: #F312D8; }
span { border-color: rgb(243,18,216); }
td.TdClassName
{
border-color: #F312D8;
}
.TagClassName
{
border-color: #F312D8;
}
</style>