Shades of Hot Magenta #F204DA
Tints of Hot Magenta #F204DA
RGB
CMYK
RGB Variations
Color information
#F204DA (or 0xF204DA) is known color: Hot Magenta. HEX triplet: F2, 04 and DA. RGB value is (242,4,218). Sum of RGB (Red+Green+Blue) = 242+4+218=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F204DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204DA is #0DFB25. Grayscale: #626262. Windows color (decimal): -916262 or 14288114. OLE color: 14288114.
HSL color Cylindrical-coordinate representation of color #F204DA: hue angle of 306.05º 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 #F204DA is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 306.05º | 0.97% | 0.48% | - |
| HSV(B) | 306.05º | 0.98% | 0.95% | - |
| XYZ | 49.32 | 24.03 | 68.37 | - |
| YUV | 99.56 | 194.85 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 218 | 0 | 0.98 | 0.10 | 0.05 | 306.05 | 0.97 | 0.48 |
| Hex | F2 | 4 | DA | 0 | 62 | A | 5 | 132 | 61 | 30 |
| Octal | 362 | 4 | 332 | 0 | 142 | 12 | 5 | 462 | 141 | 60 |
| Binary | 11110010 | 100 | 11011010 | 0 | 1100010 | 1010 | 101 | 100110010 | 1100001 | 110000 |
Color Harmonies of #F204DA
Complementary color
Monochromatic Colors of #F204DA
Black with #F204DA
Text Example
Text Example
White with #F204DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204DA; }
p { color: rgb(242,4,218); }
H1.HeaderClassName
{
color: #F204DA;
}
.AnyTagClassName
{
color: #F204DA;
}
</style>
background-color css
<style>
a { background-color: #F204DA; }
a { background-color: rgb(242,4,218); }
div.DivClassName
{
background-color: #F204DA;
}
.BgClassName
{
background-color: #F204DA;
}
</style>
border-color css
<style>
span { border-color: #F204DA; }
span { border-color: rgb(242,4,218); }
td.TdClassName
{
border-color: #F204DA;
}
.TagClassName
{
border-color: #F204DA;
}
</style>