Shades of Hot Magenta #F809D1
Tints of Hot Magenta #F809D1
RGB
CMYK
RGB Variations
Color information
#F809D1 (or 0xF809D1) is known color: Hot Magenta. HEX triplet: F8, 09 and D1. RGB value is (248,9,209). Sum of RGB (Red+Green+Blue) = 248+9+209=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F809D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809D1 is #07F62E. Grayscale: #666666. Windows color (decimal): -521775 or 13699576. OLE color: 13699576.
HSL color Cylindrical-coordinate representation of color #F809D1: hue angle of 309.79º 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 #F809D1 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.03 |
| HSL | 309.79º | 0.94% | 0.5% | - |
| HSV(B) | 309.79º | 0.96% | 0.97% | - |
| XYZ | 50.32 | 24.76 | 62.45 | - |
| YUV | 103.26 | 187.68 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 209 | 0 | 0.96 | 0.16 | 0.03 | 309.79 | 0.94 | 0.5 |
| Hex | F8 | 9 | D1 | 0 | 60 | 10 | 3 | 136 | 5E | 32 |
| Octal | 370 | 11 | 321 | 0 | 140 | 20 | 3 | 466 | 136 | 62 |
| Binary | 11111000 | 1001 | 11010001 | 0 | 1100000 | 10000 | 11 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F809D1
Complementary color
Monochromatic Colors of #F809D1
Black with #F809D1
Text Example
Text Example
White with #F809D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809D1; }
p { color: rgb(248,9,209); }
H1.HeaderClassName
{
color: #F809D1;
}
.AnyTagClassName
{
color: #F809D1;
}
</style>
background-color css
<style>
a { background-color: #F809D1; }
a { background-color: rgb(248,9,209); }
div.DivClassName
{
background-color: #F809D1;
}
.BgClassName
{
background-color: #F809D1;
}
</style>
border-color css
<style>
span { border-color: #F809D1; }
span { border-color: rgb(248,9,209); }
td.TdClassName
{
border-color: #F809D1;
}
.TagClassName
{
border-color: #F809D1;
}
</style>