Shades of Hot Magenta #F311DF
Tints of Hot Magenta #F311DF
RGB
CMYK
RGB Variations
Color information
#F311DF (or 0xF311DF) is known color: Hot Magenta. HEX triplet: F3, 11 and DF. RGB value is (243,17,223). Sum of RGB (Red+Green+Blue) = 243+17+223=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F311DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311DF is #0CEE20. Grayscale: #6B6B6B. Windows color (decimal): -847393 or 14619123. OLE color: 14619123.
HSL color Cylindrical-coordinate representation of color #F311DF: hue angle of 305.31º 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 #F311DF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.05 |
| HSL | 305.31º | 0.9% | 0.51% | - |
| HSV(B) | 305.31º | 0.93% | 0.95% | - |
| XYZ | 50.48 | 24.78 | 71.94 | - |
| YUV | 108.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 223 | 0 | 0.93 | 0.08 | 0.05 | 305.31 | 0.9 | 0.51 |
| Hex | F3 | 11 | DF | 0 | 5D | 8 | 5 | 131 | 5A | 33 |
| Octal | 363 | 21 | 337 | 0 | 135 | 10 | 5 | 461 | 132 | 63 |
| Binary | 11110011 | 10001 | 11011111 | 0 | 1011101 | 1000 | 101 | 100110001 | 1011010 | 110011 |
Color Harmonies of #F311DF
Complementary color
Monochromatic Colors of #F311DF
Black with #F311DF
Text Example
Text Example
White with #F311DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311DF; }
p { color: rgb(243,17,223); }
H1.HeaderClassName
{
color: #F311DF;
}
.AnyTagClassName
{
color: #F311DF;
}
</style>
background-color css
<style>
a { background-color: #F311DF; }
a { background-color: rgb(243,17,223); }
div.DivClassName
{
background-color: #F311DF;
}
.BgClassName
{
background-color: #F311DF;
}
</style>
border-color css
<style>
span { border-color: #F311DF; }
span { border-color: rgb(243,17,223); }
td.TdClassName
{
border-color: #F311DF;
}
.TagClassName
{
border-color: #F311DF;
}
</style>