Shades of Hot Magenta #F904DC
Tints of Hot Magenta #F904DC
RGB
CMYK
RGB Variations
Color information
#F904DC (or 0xF904DC) is known color: Hot Magenta. HEX triplet: F9, 04 and DC. RGB value is (249,4,220). Sum of RGB (Red+Green+Blue) = 249+4+220=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F904DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904DC is #06FB23. Grayscale: #656565. Windows color (decimal): -457508 or 14419193. OLE color: 14419193.
HSL color Cylindrical-coordinate representation of color #F904DC: hue angle of 307.1º 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 #F904DC is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 220 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.02 |
| HSL | 307.1º | 0.97% | 0.5% | - |
| HSV(B) | 307.1º | 0.98% | 0.98% | - |
| XYZ | 52.03 | 25.39 | 69.87 | - |
| YUV | 101.88 | 194.67 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 220 | 0 | 0.98 | 0.12 | 0.02 | 307.1 | 0.97 | 0.5 |
| Hex | F9 | 4 | DC | 0 | 62 | C | 2 | 133 | 61 | 32 |
| Octal | 371 | 4 | 334 | 0 | 142 | 14 | 2 | 463 | 141 | 62 |
| Binary | 11111001 | 100 | 11011100 | 0 | 1100010 | 1100 | 10 | 100110011 | 1100001 | 110010 |
Color Harmonies of #F904DC
Complementary color
Monochromatic Colors of #F904DC
Black with #F904DC
Text Example
Text Example
White with #F904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904DC; }
p { color: rgb(249,4,220); }
H1.HeaderClassName
{
color: #F904DC;
}
.AnyTagClassName
{
color: #F904DC;
}
</style>
background-color css
<style>
a { background-color: #F904DC; }
a { background-color: rgb(249,4,220); }
div.DivClassName
{
background-color: #F904DC;
}
.BgClassName
{
background-color: #F904DC;
}
</style>
border-color css
<style>
span { border-color: #F904DC; }
span { border-color: rgb(249,4,220); }
td.TdClassName
{
border-color: #F904DC;
}
.TagClassName
{
border-color: #F904DC;
}
</style>