Shades of Hot Magenta #F904D3
Tints of Hot Magenta #F904D3
RGB
CMYK
RGB Variations
Color information
#F904D3 (or 0xF904D3) is known color: Hot Magenta. HEX triplet: F9, 04 and D3. RGB value is (249,4,211). Sum of RGB (Red+Green+Blue) = 249+4+211=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F904D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904D3 is #06FB2C. Grayscale: #646464. Windows color (decimal): -457517 or 13829369. OLE color: 13829369.
HSL color Cylindrical-coordinate representation of color #F904D3: hue angle of 309.31º 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 #F904D3 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 211 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.02 |
| HSL | 309.31º | 0.97% | 0.5% | - |
| HSV(B) | 309.31º | 0.98% | 0.98% | - |
| XYZ | 50.87 | 24.93 | 63.76 | - |
| YUV | 100.85 | 190.17 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 211 | 0 | 0.98 | 0.15 | 0.02 | 309.31 | 0.97 | 0.5 |
| Hex | F9 | 4 | D3 | 0 | 62 | F | 2 | 135 | 61 | 32 |
| Octal | 371 | 4 | 323 | 0 | 142 | 17 | 2 | 465 | 141 | 62 |
| Binary | 11111001 | 100 | 11010011 | 0 | 1100010 | 1111 | 10 | 100110101 | 1100001 | 110010 |
Color Harmonies of #F904D3
Complementary color
Monochromatic Colors of #F904D3
Black with #F904D3
Text Example
Text Example
White with #F904D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904D3; }
p { color: rgb(249,4,211); }
H1.HeaderClassName
{
color: #F904D3;
}
.AnyTagClassName
{
color: #F904D3;
}
</style>
background-color css
<style>
a { background-color: #F904D3; }
a { background-color: rgb(249,4,211); }
div.DivClassName
{
background-color: #F904D3;
}
.BgClassName
{
background-color: #F904D3;
}
</style>
border-color css
<style>
span { border-color: #F904D3; }
span { border-color: rgb(249,4,211); }
td.TdClassName
{
border-color: #F904D3;
}
.TagClassName
{
border-color: #F904D3;
}
</style>