Shades of Hot Magenta #F204D7
Tints of Hot Magenta #F204D7
RGB
CMYK
RGB Variations
Color information
#F204D7 (or 0xF204D7) is known color: Hot Magenta. HEX triplet: F2, 04 and D7. RGB value is (242,4,215). Sum of RGB (Red+Green+Blue) = 242+4+215=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F204D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204D7 is #0DFB28. Grayscale: #626262. Windows color (decimal): -916265 or 14091506. OLE color: 14091506.
HSL color Cylindrical-coordinate representation of color #F204D7: hue angle of 306.81º 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 #F204D7 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 215 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.05 |
| HSL | 306.81º | 0.97% | 0.48% | - |
| HSV(B) | 306.81º | 0.98% | 0.95% | - |
| XYZ | 48.93 | 23.87 | 66.32 | - |
| YUV | 99.22 | 193.35 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 215 | 0 | 0.98 | 0.11 | 0.05 | 306.81 | 0.97 | 0.48 |
| Hex | F2 | 4 | D7 | 0 | 62 | B | 5 | 133 | 61 | 30 |
| Octal | 362 | 4 | 327 | 0 | 142 | 13 | 5 | 463 | 141 | 60 |
| Binary | 11110010 | 100 | 11010111 | 0 | 1100010 | 1011 | 101 | 100110011 | 1100001 | 110000 |
Color Harmonies of #F204D7
Complementary color
Monochromatic Colors of #F204D7
Black with #F204D7
Text Example
Text Example
White with #F204D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204D7; }
p { color: rgb(242,4,215); }
H1.HeaderClassName
{
color: #F204D7;
}
.AnyTagClassName
{
color: #F204D7;
}
</style>
background-color css
<style>
a { background-color: #F204D7; }
a { background-color: rgb(242,4,215); }
div.DivClassName
{
background-color: #F204D7;
}
.BgClassName
{
background-color: #F204D7;
}
</style>
border-color css
<style>
span { border-color: #F204D7; }
span { border-color: rgb(242,4,215); }
td.TdClassName
{
border-color: #F204D7;
}
.TagClassName
{
border-color: #F204D7;
}
</style>