Shades of Hot Magenta #F811DF
Tints of Hot Magenta #F811DF
RGB
CMYK
RGB Variations
Color information
#F811DF (or 0xF811DF) is known color: Hot Magenta. HEX triplet: F8, 11 and DF. RGB value is (248,17,223). Sum of RGB (Red+Green+Blue) = 248+17+223=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F811DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F811DF is #07EE20. Grayscale: #6C6C6C. Windows color (decimal): -519713 or 14619128. OLE color: 14619128.
HSL color Cylindrical-coordinate representation of color #F811DF: hue angle of 306.49º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F811DF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.03 |
| HSL | 306.49º | 0.94% | 0.52% | - |
| HSV(B) | 306.49º | 0.93% | 0.97% | - |
| XYZ | 52.23 | 25.69 | 72.02 | - |
| YUV | 109.55 | 192.03 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 223 | 0 | 0.93 | 0.10 | 0.03 | 306.49 | 0.94 | 0.52 |
| Hex | F8 | 11 | DF | 0 | 5D | A | 3 | 132 | 5E | 34 |
| Octal | 370 | 21 | 337 | 0 | 135 | 12 | 3 | 462 | 136 | 64 |
| Binary | 11111000 | 10001 | 11011111 | 0 | 1011101 | 1010 | 11 | 100110010 | 1011110 | 110100 |
Color Harmonies of #F811DF
Complementary color
Monochromatic Colors of #F811DF
Black with #F811DF
Text Example
Text Example
White with #F811DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F811DF; }
p { color: rgb(248,17,223); }
H1.HeaderClassName
{
color: #F811DF;
}
.AnyTagClassName
{
color: #F811DF;
}
</style>
background-color css
<style>
a { background-color: #F811DF; }
a { background-color: rgb(248,17,223); }
div.DivClassName
{
background-color: #F811DF;
}
.BgClassName
{
background-color: #F811DF;
}
</style>
border-color css
<style>
span { border-color: #F811DF; }
span { border-color: rgb(248,17,223); }
td.TdClassName
{
border-color: #F811DF;
}
.TagClassName
{
border-color: #F811DF;
}
</style>