Shades of Hot Magenta #F904D5
Tints of Hot Magenta #F904D5
RGB
CMYK
RGB Variations
Color information
#F904D5 (or 0xF904D5) is known color: Hot Magenta. HEX triplet: F9, 04 and D5. RGB value is (249,4,213). Sum of RGB (Red+Green+Blue) = 249+4+213=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F904D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904D5 is #06FB2A. Grayscale: #646464. Windows color (decimal): -457515 or 13960441. OLE color: 13960441.
HSL color Cylindrical-coordinate representation of color #F904D5: hue angle of 308.82º 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 #F904D5 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 213 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.02 |
| HSL | 308.82º | 0.97% | 0.5% | - |
| HSV(B) | 308.82º | 0.98% | 0.98% | - |
| XYZ | 51.12 | 25.03 | 65.09 | - |
| YUV | 101.08 | 191.17 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 213 | 0 | 0.98 | 0.14 | 0.02 | 308.82 | 0.97 | 0.5 |
| Hex | F9 | 4 | D5 | 0 | 62 | E | 2 | 135 | 61 | 32 |
| Octal | 371 | 4 | 325 | 0 | 142 | 16 | 2 | 465 | 141 | 62 |
| Binary | 11111001 | 100 | 11010101 | 0 | 1100010 | 1110 | 10 | 100110101 | 1100001 | 110010 |
Color Harmonies of #F904D5
Complementary color
Monochromatic Colors of #F904D5
Black with #F904D5
Text Example
Text Example
White with #F904D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904D5; }
p { color: rgb(249,4,213); }
H1.HeaderClassName
{
color: #F904D5;
}
.AnyTagClassName
{
color: #F904D5;
}
</style>
background-color css
<style>
a { background-color: #F904D5; }
a { background-color: rgb(249,4,213); }
div.DivClassName
{
background-color: #F904D5;
}
.BgClassName
{
background-color: #F904D5;
}
</style>
border-color css
<style>
span { border-color: #F904D5; }
span { border-color: rgb(249,4,213); }
td.TdClassName
{
border-color: #F904D5;
}
.TagClassName
{
border-color: #F904D5;
}
</style>