Shades of Hot Magenta #F810DF
Tints of Hot Magenta #F810DF
RGB
CMYK
RGB Variations
Color information
#F810DF (or 0xF810DF) is known color: Hot Magenta. HEX triplet: F8, 10 and DF. RGB value is (248,16,223). Sum of RGB (Red+Green+Blue) = 248+16+223=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F810DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810DF is #07EF20. Grayscale: #6C6C6C. Windows color (decimal): -519969 or 14618872. OLE color: 14618872.
HSL color Cylindrical-coordinate representation of color #F810DF: hue angle of 306.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810DF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 223 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.03 |
| HSL | 306.47º | 0.94% | 0.52% | - |
| HSV(B) | 306.47º | 0.94% | 0.97% | - |
| XYZ | 52.22 | 25.65 | 72.01 | - |
| YUV | 108.97 | 192.36 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 223 | 0 | 0.94 | 0.10 | 0.03 | 306.47 | 0.94 | 0.52 |
| Hex | F8 | 10 | DF | 0 | 5E | A | 3 | 132 | 5E | 34 |
| Octal | 370 | 20 | 337 | 0 | 136 | 12 | 3 | 462 | 136 | 64 |
| Binary | 11111000 | 10000 | 11011111 | 0 | 1011110 | 1010 | 11 | 100110010 | 1011110 | 110100 |
Color Harmonies of #F810DF
Complementary color
Monochromatic Colors of #F810DF
Black with #F810DF
Text Example
Text Example
White with #F810DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810DF; }
p { color: rgb(248,16,223); }
H1.HeaderClassName
{
color: #F810DF;
}
.AnyTagClassName
{
color: #F810DF;
}
</style>
background-color css
<style>
a { background-color: #F810DF; }
a { background-color: rgb(248,16,223); }
div.DivClassName
{
background-color: #F810DF;
}
.BgClassName
{
background-color: #F810DF;
}
</style>
border-color css
<style>
span { border-color: #F810DF; }
span { border-color: rgb(248,16,223); }
td.TdClassName
{
border-color: #F810DF;
}
.TagClassName
{
border-color: #F810DF;
}
</style>