Shades of Hot Magenta #F311DD
Tints of Hot Magenta #F311DD
RGB
CMYK
RGB Variations
Color information
#F311DD (or 0xF311DD) is known color: Hot Magenta. HEX triplet: F3, 11 and DD. RGB value is (243,17,221). Sum of RGB (Red+Green+Blue) = 243+17+221=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F311DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311DD is #0CEE22. Grayscale: #6B6B6B. Windows color (decimal): -847395 or 14488051. OLE color: 14488051.
HSL color Cylindrical-coordinate representation of color #F311DD: hue angle of 305.84º 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 #F311DD is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 221 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.05 |
| HSL | 305.84º | 0.9% | 0.51% | - |
| HSV(B) | 305.84º | 0.93% | 0.95% | - |
| XYZ | 50.21 | 24.68 | 70.52 | - |
| YUV | 107.83 | 191.87 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 221 | 0 | 0.93 | 0.09 | 0.05 | 305.84 | 0.9 | 0.51 |
| Hex | F3 | 11 | DD | 0 | 5D | 9 | 5 | 132 | 5A | 33 |
| Octal | 363 | 21 | 335 | 0 | 135 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110011 | 10001 | 11011101 | 0 | 1011101 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F311DD
Complementary color
Monochromatic Colors of #F311DD
Black with #F311DD
Text Example
Text Example
White with #F311DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311DD; }
p { color: rgb(243,17,221); }
H1.HeaderClassName
{
color: #F311DD;
}
.AnyTagClassName
{
color: #F311DD;
}
</style>
background-color css
<style>
a { background-color: #F311DD; }
a { background-color: rgb(243,17,221); }
div.DivClassName
{
background-color: #F311DD;
}
.BgClassName
{
background-color: #F311DD;
}
</style>
border-color css
<style>
span { border-color: #F311DD; }
span { border-color: rgb(243,17,221); }
td.TdClassName
{
border-color: #F311DD;
}
.TagClassName
{
border-color: #F311DD;
}
</style>