Shades of Hot Magenta #F312DD
Tints of Hot Magenta #F312DD
RGB
CMYK
RGB Variations
Color information
#F312DD (or 0xF312DD) is known color: Hot Magenta. HEX triplet: F3, 12 and DD. RGB value is (243,18,221). Sum of RGB (Red+Green+Blue) = 243+18+221=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F312DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312DD is #0CED22. Grayscale: #6B6B6B. Windows color (decimal): -847139 or 14488307. OLE color: 14488307.
HSL color Cylindrical-coordinate representation of color #F312DD: hue angle of 305.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 #F312DD is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 221 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.05 |
| HSL | 305.87º | 0.9% | 0.51% | - |
| HSV(B) | 305.87º | 0.93% | 0.95% | - |
| XYZ | 50.23 | 24.71 | 70.53 | - |
| YUV | 108.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 221 | 0 | 0.93 | 0.09 | 0.05 | 305.87 | 0.9 | 0.51 |
| Hex | F3 | 12 | DD | 0 | 5D | 9 | 5 | 132 | 5A | 33 |
| Octal | 363 | 22 | 335 | 0 | 135 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110011 | 10010 | 11011101 | 0 | 1011101 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F312DD
Complementary color
Monochromatic Colors of #F312DD
Black with #F312DD
Text Example
Text Example
White with #F312DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312DD; }
p { color: rgb(243,18,221); }
H1.HeaderClassName
{
color: #F312DD;
}
.AnyTagClassName
{
color: #F312DD;
}
</style>
background-color css
<style>
a { background-color: #F312DD; }
a { background-color: rgb(243,18,221); }
div.DivClassName
{
background-color: #F312DD;
}
.BgClassName
{
background-color: #F312DD;
}
</style>
border-color css
<style>
span { border-color: #F312DD; }
span { border-color: rgb(243,18,221); }
td.TdClassName
{
border-color: #F312DD;
}
.TagClassName
{
border-color: #F312DD;
}
</style>