Shades of Hot Magenta #F810DC
Tints of Hot Magenta #F810DC
RGB
CMYK
RGB Variations
Color information
#F810DC (or 0xF810DC) is known color: Hot Magenta. HEX triplet: F8, 10 and DC. RGB value is (248,16,220). Sum of RGB (Red+Green+Blue) = 248+16+220=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F810DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810DC is #07EF23. Grayscale: #6C6C6C. Windows color (decimal): -519972 or 14422264. OLE color: 14422264.
HSL color Cylindrical-coordinate representation of color #F810DC: hue angle of 307.24º 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 #F810DC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 220 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.03 |
| HSL | 307.24º | 0.94% | 0.52% | - |
| HSV(B) | 307.24º | 0.94% | 0.97% | - |
| XYZ | 51.81 | 25.49 | 69.9 | - |
| YUV | 108.62 | 190.86 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 220 | 0 | 0.94 | 0.11 | 0.03 | 307.24 | 0.94 | 0.52 |
| Hex | F8 | 10 | DC | 0 | 5E | B | 3 | 133 | 5E | 34 |
| Octal | 370 | 20 | 334 | 0 | 136 | 13 | 3 | 463 | 136 | 64 |
| Binary | 11111000 | 10000 | 11011100 | 0 | 1011110 | 1011 | 11 | 100110011 | 1011110 | 110100 |
Color Harmonies of #F810DC
Complementary color
Monochromatic Colors of #F810DC
Black with #F810DC
Text Example
Text Example
White with #F810DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810DC; }
p { color: rgb(248,16,220); }
H1.HeaderClassName
{
color: #F810DC;
}
.AnyTagClassName
{
color: #F810DC;
}
</style>
background-color css
<style>
a { background-color: #F810DC; }
a { background-color: rgb(248,16,220); }
div.DivClassName
{
background-color: #F810DC;
}
.BgClassName
{
background-color: #F810DC;
}
</style>
border-color css
<style>
span { border-color: #F810DC; }
span { border-color: rgb(248,16,220); }
td.TdClassName
{
border-color: #F810DC;
}
.TagClassName
{
border-color: #F810DC;
}
</style>