Shades of Hot Magenta #F807DF
Tints of Hot Magenta #F807DF
RGB
CMYK
RGB Variations
Color information
#F807DF (or 0xF807DF) is known color: Hot Magenta. HEX triplet: F8, 07 and DF. RGB value is (248,7,223). Sum of RGB (Red+Green+Blue) = 248+7+223=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F807DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807DF is #07F820. Grayscale: #676767. Windows color (decimal): -522273 or 14616568. OLE color: 14616568.
HSL color Cylindrical-coordinate representation of color #F807DF: hue angle of 306.22º degrees, saturation: 0.95, 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 #F807DF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.03 |
| HSL | 306.22º | 0.95% | 0.5% | - |
| HSV(B) | 306.22º | 0.97% | 0.97% | - |
| XYZ | 52.11 | 25.44 | 71.98 | - |
| YUV | 103.68 | 195.34 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 223 | 0 | 0.97 | 0.10 | 0.03 | 306.22 | 0.95 | 0.5 |
| Hex | F8 | 7 | DF | 0 | 61 | A | 3 | 132 | 5F | 32 |
| Octal | 370 | 7 | 337 | 0 | 141 | 12 | 3 | 462 | 137 | 62 |
| Binary | 11111000 | 111 | 11011111 | 0 | 1100001 | 1010 | 11 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F807DF
Complementary color
Monochromatic Colors of #F807DF
Black with #F807DF
Text Example
Text Example
White with #F807DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807DF; }
p { color: rgb(248,7,223); }
H1.HeaderClassName
{
color: #F807DF;
}
.AnyTagClassName
{
color: #F807DF;
}
</style>
background-color css
<style>
a { background-color: #F807DF; }
a { background-color: rgb(248,7,223); }
div.DivClassName
{
background-color: #F807DF;
}
.BgClassName
{
background-color: #F807DF;
}
</style>
border-color css
<style>
span { border-color: #F807DF; }
span { border-color: rgb(248,7,223); }
td.TdClassName
{
border-color: #F807DF;
}
.TagClassName
{
border-color: #F807DF;
}
</style>