Shades of Hot Magenta #F809D2
Tints of Hot Magenta #F809D2
RGB
CMYK
RGB Variations
Color information
#F809D2 (or 0xF809D2) is known color: Hot Magenta. HEX triplet: F8, 09 and D2. RGB value is (248,9,210). Sum of RGB (Red+Green+Blue) = 248+9+210=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F809D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809D2 is #07F62D. Grayscale: #666666. Windows color (decimal): -521774 or 13765112. OLE color: 13765112.
HSL color Cylindrical-coordinate representation of color #F809D2: hue angle of 309.54º 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 #F809D2 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 210 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.03 |
| HSL | 309.54º | 0.94% | 0.5% | - |
| HSV(B) | 309.54º | 0.96% | 0.97% | - |
| XYZ | 50.44 | 24.8 | 63.1 | - |
| YUV | 103.38 | 188.18 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 210 | 0 | 0.96 | 0.15 | 0.03 | 309.54 | 0.94 | 0.5 |
| Hex | F8 | 9 | D2 | 0 | 60 | F | 3 | 136 | 5E | 32 |
| Octal | 370 | 11 | 322 | 0 | 140 | 17 | 3 | 466 | 136 | 62 |
| Binary | 11111000 | 1001 | 11010010 | 0 | 1100000 | 1111 | 11 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F809D2
Complementary color
Monochromatic Colors of #F809D2
Black with #F809D2
Text Example
Text Example
White with #F809D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809D2; }
p { color: rgb(248,9,210); }
H1.HeaderClassName
{
color: #F809D2;
}
.AnyTagClassName
{
color: #F809D2;
}
</style>
background-color css
<style>
a { background-color: #F809D2; }
a { background-color: rgb(248,9,210); }
div.DivClassName
{
background-color: #F809D2;
}
.BgClassName
{
background-color: #F809D2;
}
</style>
border-color css
<style>
span { border-color: #F809D2; }
span { border-color: rgb(248,9,210); }
td.TdClassName
{
border-color: #F809D2;
}
.TagClassName
{
border-color: #F809D2;
}
</style>