Shades of Hot Magenta #F809DF
Tints of Hot Magenta #F809DF
RGB
CMYK
RGB Variations
Color information
#F809DF (or 0xF809DF) is known color: Hot Magenta. HEX triplet: F8, 09 and DF. RGB value is (248,9,223). Sum of RGB (Red+Green+Blue) = 248+9+223=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F809DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809DF is #07F620. Grayscale: #686868. Windows color (decimal): -521761 or 14617080. OLE color: 14617080.
HSL color Cylindrical-coordinate representation of color #F809DF: hue angle of 306.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809DF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.03 |
| HSL | 306.28º | 0.94% | 0.5% | - |
| HSV(B) | 306.28º | 0.96% | 0.97% | - |
| XYZ | 52.13 | 25.48 | 71.98 | - |
| YUV | 104.86 | 194.68 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 223 | 0 | 0.96 | 0.10 | 0.03 | 306.28 | 0.94 | 0.5 |
| Hex | F8 | 9 | DF | 0 | 60 | A | 3 | 132 | 5E | 32 |
| Octal | 370 | 11 | 337 | 0 | 140 | 12 | 3 | 462 | 136 | 62 |
| Binary | 11111000 | 1001 | 11011111 | 0 | 1100000 | 1010 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F809DF
Complementary color
Monochromatic Colors of #F809DF
Black with #F809DF
Text Example
Text Example
White with #F809DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809DF; }
p { color: rgb(248,9,223); }
H1.HeaderClassName
{
color: #F809DF;
}
.AnyTagClassName
{
color: #F809DF;
}
</style>
background-color css
<style>
a { background-color: #F809DF; }
a { background-color: rgb(248,9,223); }
div.DivClassName
{
background-color: #F809DF;
}
.BgClassName
{
background-color: #F809DF;
}
</style>
border-color css
<style>
span { border-color: #F809DF; }
span { border-color: rgb(248,9,223); }
td.TdClassName
{
border-color: #F809DF;
}
.TagClassName
{
border-color: #F809DF;
}
</style>