Shades of Hot Magenta #F800D0
Tints of Hot Magenta #F800D0
RGB
CMYK
RGB Variations
Color information
#F800D0 (or 0xF800D0) is known color: Hot Magenta. HEX triplet: F8, 00 and D0. RGB value is (248,0,208). Sum of RGB (Red+Green+Blue) = 248+0+208=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F800D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800D0 is #07FF2F. Grayscale: #616161. Windows color (decimal): -524080 or 13631736. OLE color: 13631736.
HSL color Cylindrical-coordinate representation of color #F800D0: hue angle of 309.68º 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 #F800D0 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.16 | 0.03 |
| HSL | 309.68º | 1% | 0.49% | - |
| HSV(B) | 309.68º | 1% | 0.97% | - |
| XYZ | 50.1 | 24.51 | 61.77 | - |
| YUV | 97.86 | 190.16 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 208 | 0 | 1 | 0.16 | 0.03 | 309.68 | 1 | 0.49 |
| Hex | F8 | 0 | D0 | 0 | 64 | 10 | 3 | 136 | 64 | 31 |
| Octal | 370 | 0 | 320 | 0 | 144 | 20 | 3 | 466 | 144 | 61 |
| Binary | 11111000 | 0 | 11010000 | 0 | 1100100 | 10000 | 11 | 100110110 | 1100100 | 110001 |
Color Harmonies of #F800D0
Complementary color
Monochromatic Colors of #F800D0
Black with #F800D0
Text Example
Text Example
White with #F800D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800D0; }
p { color: rgb(248,0,208); }
H1.HeaderClassName
{
color: #F800D0;
}
.AnyTagClassName
{
color: #F800D0;
}
</style>
background-color css
<style>
a { background-color: #F800D0; }
a { background-color: rgb(248,0,208); }
div.DivClassName
{
background-color: #F800D0;
}
.BgClassName
{
background-color: #F800D0;
}
</style>
border-color css
<style>
span { border-color: #F800D0; }
span { border-color: rgb(248,0,208); }
td.TdClassName
{
border-color: #F800D0;
}
.TagClassName
{
border-color: #F800D0;
}
</style>