Shades of Hot Magenta #F800D1
Tints of Hot Magenta #F800D1
RGB
CMYK
RGB Variations
Color information
#F800D1 (or 0xF800D1) is known color: Hot Magenta. HEX triplet: F8, 00 and D1. RGB value is (248,0,209). Sum of RGB (Red+Green+Blue) = 248+0+209=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F800D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800D1 is #07FF2E. Grayscale: #616161. Windows color (decimal): -524079 or 13697272. OLE color: 13697272.
HSL color Cylindrical-coordinate representation of color #F800D1: hue angle of 309.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800D1 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.16 | 0.03 |
| HSL | 309.44º | 1% | 0.49% | - |
| HSV(B) | 309.44º | 1% | 0.97% | - |
| XYZ | 50.22 | 24.56 | 62.42 | - |
| YUV | 97.98 | 190.66 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 209 | 0 | 1 | 0.16 | 0.03 | 309.44 | 1 | 0.49 |
| Hex | F8 | 0 | D1 | 0 | 64 | 10 | 3 | 135 | 64 | 31 |
| Octal | 370 | 0 | 321 | 0 | 144 | 20 | 3 | 465 | 144 | 61 |
| Binary | 11111000 | 0 | 11010001 | 0 | 1100100 | 10000 | 11 | 100110101 | 1100100 | 110001 |
Color Harmonies of #F800D1
Complementary color
Monochromatic Colors of #F800D1
Black with #F800D1
Text Example
Text Example
White with #F800D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800D1; }
p { color: rgb(248,0,209); }
H1.HeaderClassName
{
color: #F800D1;
}
.AnyTagClassName
{
color: #F800D1;
}
</style>
background-color css
<style>
a { background-color: #F800D1; }
a { background-color: rgb(248,0,209); }
div.DivClassName
{
background-color: #F800D1;
}
.BgClassName
{
background-color: #F800D1;
}
</style>
border-color css
<style>
span { border-color: #F800D1; }
span { border-color: rgb(248,0,209); }
td.TdClassName
{
border-color: #F800D1;
}
.TagClassName
{
border-color: #F800D1;
}
</style>