Shades of Hot Magenta #F904E4
Tints of Hot Magenta #F904E4
RGB
CMYK
RGB Variations
Color information
#F904E4 (or 0xF904E4) is known color: Hot Magenta. HEX triplet: F9, 04 and E4. RGB value is (249,4,228). Sum of RGB (Red+Green+Blue) = 249+4+228=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 4 (1.95% from 255 or 0.83% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F904E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904E4 is #06FB1B. Grayscale: #666666. Windows color (decimal): -457500 or 14943481. OLE color: 14943481.
HSL color Cylindrical-coordinate representation of color #F904E4: hue angle of 305.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904E4 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 228 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 305.14º | 0.97% | 0.5% | - |
| HSV(B) | 305.14º | 0.98% | 0.98% | - |
| XYZ | 53.11 | 25.83 | 75.58 | - |
| YUV | 102.79 | 198.67 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 228 | 0 | 0.98 | 0.08 | 0.02 | 305.14 | 0.97 | 0.5 |
| Hex | F9 | 4 | E4 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 371 | 4 | 344 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111001 | 100 | 11100100 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #F904E4
Complementary color
Monochromatic Colors of #F904E4
Black with #F904E4
Text Example
Text Example
White with #F904E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904E4; }
p { color: rgb(249,4,228); }
H1.HeaderClassName
{
color: #F904E4;
}
.AnyTagClassName
{
color: #F904E4;
}
</style>
background-color css
<style>
a { background-color: #F904E4; }
a { background-color: rgb(249,4,228); }
div.DivClassName
{
background-color: #F904E4;
}
.BgClassName
{
background-color: #F904E4;
}
</style>
border-color css
<style>
span { border-color: #F904E4; }
span { border-color: rgb(249,4,228); }
td.TdClassName
{
border-color: #F904E4;
}
.TagClassName
{
border-color: #F904E4;
}
</style>