Shades of Hot Magenta #F904D8
Tints of Hot Magenta #F904D8
RGB
CMYK
RGB Variations
Color information
#F904D8 (or 0xF904D8) is known color: Hot Magenta. HEX triplet: F9, 04 and D8. RGB value is (249,4,216). Sum of RGB (Red+Green+Blue) = 249+4+216=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F904D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904D8 is #06FB27. Grayscale: #646464. Windows color (decimal): -457512 or 14157049. OLE color: 14157049.
HSL color Cylindrical-coordinate representation of color #F904D8: hue angle of 308.08º 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 #F904D8 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 216 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.02 |
| HSL | 308.08º | 0.97% | 0.5% | - |
| HSV(B) | 308.08º | 0.98% | 0.98% | - |
| XYZ | 51.51 | 25.18 | 67.11 | - |
| YUV | 101.42 | 192.67 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 216 | 0 | 0.98 | 0.13 | 0.02 | 308.08 | 0.97 | 0.5 |
| Hex | F9 | 4 | D8 | 0 | 62 | D | 2 | 134 | 61 | 32 |
| Octal | 371 | 4 | 330 | 0 | 142 | 15 | 2 | 464 | 141 | 62 |
| Binary | 11111001 | 100 | 11011000 | 0 | 1100010 | 1101 | 10 | 100110100 | 1100001 | 110010 |
Color Harmonies of #F904D8
Complementary color
Monochromatic Colors of #F904D8
Black with #F904D8
Text Example
Text Example
White with #F904D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904D8; }
p { color: rgb(249,4,216); }
H1.HeaderClassName
{
color: #F904D8;
}
.AnyTagClassName
{
color: #F904D8;
}
</style>
background-color css
<style>
a { background-color: #F904D8; }
a { background-color: rgb(249,4,216); }
div.DivClassName
{
background-color: #F904D8;
}
.BgClassName
{
background-color: #F904D8;
}
</style>
border-color css
<style>
span { border-color: #F904D8; }
span { border-color: rgb(249,4,216); }
td.TdClassName
{
border-color: #F904D8;
}
.TagClassName
{
border-color: #F904D8;
}
</style>