Shades of Hot Magenta #F204D0
Tints of Hot Magenta #F204D0
RGB
CMYK
RGB Variations
Color information
#F204D0 (or 0xF204D0) is known color: Hot Magenta. HEX triplet: F2, 04 and D0. RGB value is (242,4,208). Sum of RGB (Red+Green+Blue) = 242+4+208=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F204D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204D0 is #0DFB2F. Grayscale: #616161. Windows color (decimal): -916272 or 13632754. OLE color: 13632754.
HSL color Cylindrical-coordinate representation of color #F204D0: hue angle of 308.57º 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 #F204D0 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 208 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.05 |
| HSL | 308.57º | 0.97% | 0.48% | - |
| HSV(B) | 308.57º | 0.98% | 0.95% | - |
| XYZ | 48.05 | 23.52 | 61.68 | - |
| YUV | 98.42 | 189.85 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 208 | 0 | 0.98 | 0.14 | 0.05 | 308.57 | 0.97 | 0.48 |
| Hex | F2 | 4 | D0 | 0 | 62 | E | 5 | 135 | 61 | 30 |
| Octal | 362 | 4 | 320 | 0 | 142 | 16 | 5 | 465 | 141 | 60 |
| Binary | 11110010 | 100 | 11010000 | 0 | 1100010 | 1110 | 101 | 100110101 | 1100001 | 110000 |
Color Harmonies of #F204D0
Complementary color
Monochromatic Colors of #F204D0
Black with #F204D0
Text Example
Text Example
White with #F204D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204D0; }
p { color: rgb(242,4,208); }
H1.HeaderClassName
{
color: #F204D0;
}
.AnyTagClassName
{
color: #F204D0;
}
</style>
background-color css
<style>
a { background-color: #F204D0; }
a { background-color: rgb(242,4,208); }
div.DivClassName
{
background-color: #F204D0;
}
.BgClassName
{
background-color: #F204D0;
}
</style>
border-color css
<style>
span { border-color: #F204D0; }
span { border-color: rgb(242,4,208); }
td.TdClassName
{
border-color: #F204D0;
}
.TagClassName
{
border-color: #F204D0;
}
</style>