Shades of Hot Magenta #F904D0
Tints of Hot Magenta #F904D0
RGB
CMYK
RGB Variations
Color information
#F904D0 (or 0xF904D0) is known color: Hot Magenta. HEX triplet: F9, 04 and D0. RGB value is (249,4,208). Sum of RGB (Red+Green+Blue) = 249+4+208=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F904D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904D0 is #06FB2F. Grayscale: #636363. Windows color (decimal): -457520 or 13632761. OLE color: 13632761.
HSL color Cylindrical-coordinate representation of color #F904D0: hue angle of 310.04º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904D0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 208 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.02 |
| HSL | 310.04º | 0.97% | 0.5% | - |
| HSV(B) | 310.04º | 0.98% | 0.98% | - |
| XYZ | 50.5 | 24.78 | 61.8 | - |
| YUV | 100.51 | 188.67 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 208 | 0 | 0.98 | 0.16 | 0.02 | 310.04 | 0.97 | 0.5 |
| Hex | F9 | 4 | D0 | 0 | 62 | 10 | 2 | 136 | 61 | 32 |
| Octal | 371 | 4 | 320 | 0 | 142 | 20 | 2 | 466 | 141 | 62 |
| Binary | 11111001 | 100 | 11010000 | 0 | 1100010 | 10000 | 10 | 100110110 | 1100001 | 110010 |
Color Harmonies of #F904D0
Complementary color
Monochromatic Colors of #F904D0
Black with #F904D0
Text Example
Text Example
White with #F904D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904D0; }
p { color: rgb(249,4,208); }
H1.HeaderClassName
{
color: #F904D0;
}
.AnyTagClassName
{
color: #F904D0;
}
</style>
background-color css
<style>
a { background-color: #F904D0; }
a { background-color: rgb(249,4,208); }
div.DivClassName
{
background-color: #F904D0;
}
.BgClassName
{
background-color: #F904D0;
}
</style>
border-color css
<style>
span { border-color: #F904D0; }
span { border-color: rgb(249,4,208); }
td.TdClassName
{
border-color: #F904D0;
}
.TagClassName
{
border-color: #F904D0;
}
</style>