Shades of Hot Magenta #F311DC
Tints of Hot Magenta #F311DC
RGB
CMYK
RGB Variations
Color information
#F311DC (or 0xF311DC) is known color: Hot Magenta. HEX triplet: F3, 11 and DC. RGB value is (243,17,220). Sum of RGB (Red+Green+Blue) = 243+17+220=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F311DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311DC is #0CEE23. Grayscale: #6B6B6B. Windows color (decimal): -847396 or 14422515. OLE color: 14422515.
HSL color Cylindrical-coordinate representation of color #F311DC: hue angle of 306.11º 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 #F311DC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 220 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.05 |
| HSL | 306.11º | 0.9% | 0.51% | - |
| HSV(B) | 306.11º | 0.93% | 0.95% | - |
| XYZ | 50.08 | 24.62 | 69.82 | - |
| YUV | 107.72 | 191.37 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 220 | 0 | 0.93 | 0.09 | 0.05 | 306.11 | 0.9 | 0.51 |
| Hex | F3 | 11 | DC | 0 | 5D | 9 | 5 | 132 | 5A | 33 |
| Octal | 363 | 21 | 334 | 0 | 135 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110011 | 10001 | 11011100 | 0 | 1011101 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F311DC
Complementary color
Monochromatic Colors of #F311DC
Black with #F311DC
Text Example
Text Example
White with #F311DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311DC; }
p { color: rgb(243,17,220); }
H1.HeaderClassName
{
color: #F311DC;
}
.AnyTagClassName
{
color: #F311DC;
}
</style>
background-color css
<style>
a { background-color: #F311DC; }
a { background-color: rgb(243,17,220); }
div.DivClassName
{
background-color: #F311DC;
}
.BgClassName
{
background-color: #F311DC;
}
</style>
border-color css
<style>
span { border-color: #F311DC; }
span { border-color: rgb(243,17,220); }
td.TdClassName
{
border-color: #F311DC;
}
.TagClassName
{
border-color: #F311DC;
}
</style>