Shades of Hot Magenta #F204DB
Tints of Hot Magenta #F204DB
RGB
CMYK
RGB Variations
Color information
#F204DB (or 0xF204DB) is known color: Hot Magenta. HEX triplet: F2, 04 and DB. RGB value is (242,4,219). Sum of RGB (Red+Green+Blue) = 242+4+219=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F204DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204DB is #0DFB24. Grayscale: #636363. Windows color (decimal): -916261 or 14353650. OLE color: 14353650.
HSL color Cylindrical-coordinate representation of color #F204DB: hue angle of 305.8º 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 #F204DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 305.8º | 0.97% | 0.48% | - |
| HSV(B) | 305.8º | 0.98% | 0.95% | - |
| XYZ | 49.45 | 24.08 | 69.06 | - |
| YUV | 99.67 | 195.35 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 219 | 0 | 0.98 | 0.10 | 0.05 | 305.8 | 0.97 | 0.48 |
| Hex | F2 | 4 | DB | 0 | 62 | A | 5 | 132 | 61 | 30 |
| Octal | 362 | 4 | 333 | 0 | 142 | 12 | 5 | 462 | 141 | 60 |
| Binary | 11110010 | 100 | 11011011 | 0 | 1100010 | 1010 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F204DB
Complementary color
Monochromatic Colors of #F204DB
Black with #F204DB
Text Example
Text Example
White with #F204DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204DB; }
p { color: rgb(242,4,219); }
H1.HeaderClassName
{
color: #F204DB;
}
.AnyTagClassName
{
color: #F204DB;
}
</style>
background-color css
<style>
a { background-color: #F204DB; }
a { background-color: rgb(242,4,219); }
div.DivClassName
{
background-color: #F204DB;
}
.BgClassName
{
background-color: #F204DB;
}
</style>
border-color css
<style>
span { border-color: #F204DB; }
span { border-color: rgb(242,4,219); }
td.TdClassName
{
border-color: #F204DB;
}
.TagClassName
{
border-color: #F204DB;
}
</style>