Shades of Hot Magenta #F808DF
Tints of Hot Magenta #F808DF
RGB
CMYK
RGB Variations
Color information
#F808DF (or 0xF808DF) is known color: Hot Magenta. HEX triplet: F8, 08 and DF. RGB value is (248,8,223). Sum of RGB (Red+Green+Blue) = 248+8+223=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 8 (3.52% from 255 or 1.67% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F808DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808DF is #07F720. Grayscale: #676767. Windows color (decimal): -522017 or 14616824. OLE color: 14616824.
HSL color Cylindrical-coordinate representation of color #F808DF: hue angle of 306.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808DF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.03 |
| HSL | 306.25º | 0.94% | 0.5% | - |
| HSV(B) | 306.25º | 0.97% | 0.97% | - |
| XYZ | 52.12 | 25.46 | 71.98 | - |
| YUV | 104.27 | 195.01 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 223 | 0 | 0.97 | 0.10 | 0.03 | 306.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | DF | 0 | 61 | A | 3 | 132 | 5E | 32 |
| Octal | 370 | 10 | 337 | 0 | 141 | 12 | 3 | 462 | 136 | 62 |
| Binary | 11111000 | 1000 | 11011111 | 0 | 1100001 | 1010 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F808DF
Complementary color
Monochromatic Colors of #F808DF
Black with #F808DF
Text Example
Text Example
White with #F808DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808DF; }
p { color: rgb(248,8,223); }
H1.HeaderClassName
{
color: #F808DF;
}
.AnyTagClassName
{
color: #F808DF;
}
</style>
background-color css
<style>
a { background-color: #F808DF; }
a { background-color: rgb(248,8,223); }
div.DivClassName
{
background-color: #F808DF;
}
.BgClassName
{
background-color: #F808DF;
}
</style>
border-color css
<style>
span { border-color: #F808DF; }
span { border-color: rgb(248,8,223); }
td.TdClassName
{
border-color: #F808DF;
}
.TagClassName
{
border-color: #F808DF;
}
</style>