Shades of Hot Magenta #F204D8
Tints of Hot Magenta #F204D8
RGB
CMYK
RGB Variations
Color information
#F204D8 (or 0xF204D8) is known color: Hot Magenta. HEX triplet: F2, 04 and D8. RGB value is (242,4,216). Sum of RGB (Red+Green+Blue) = 242+4+216=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F204D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204D8 is #0DFB27. Grayscale: #626262. Windows color (decimal): -916264 or 14157042. OLE color: 14157042.
HSL color Cylindrical-coordinate representation of color #F204D8: hue angle of 306.55º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F204D8 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 216 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.05 |
| HSL | 306.55º | 0.97% | 0.48% | - |
| HSV(B) | 306.55º | 0.98% | 0.95% | - |
| XYZ | 49.06 | 23.92 | 67 | - |
| YUV | 99.33 | 193.85 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 216 | 0 | 0.98 | 0.11 | 0.05 | 306.55 | 0.97 | 0.48 |
| Hex | F2 | 4 | D8 | 0 | 62 | B | 5 | 133 | 61 | 30 |
| Octal | 362 | 4 | 330 | 0 | 142 | 13 | 5 | 463 | 141 | 60 |
| Binary | 11110010 | 100 | 11011000 | 0 | 1100010 | 1011 | 101 | 100110011 | 1100001 | 110000 |
Color Harmonies of #F204D8
Complementary color
Monochromatic Colors of #F204D8
Black with #F204D8
Text Example
Text Example
White with #F204D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204D8; }
p { color: rgb(242,4,216); }
H1.HeaderClassName
{
color: #F204D8;
}
.AnyTagClassName
{
color: #F204D8;
}
</style>
background-color css
<style>
a { background-color: #F204D8; }
a { background-color: rgb(242,4,216); }
div.DivClassName
{
background-color: #F204D8;
}
.BgClassName
{
background-color: #F204D8;
}
</style>
border-color css
<style>
span { border-color: #F204D8; }
span { border-color: rgb(242,4,216); }
td.TdClassName
{
border-color: #F204D8;
}
.TagClassName
{
border-color: #F204D8;
}
</style>