Shades of Hot Magenta #F904C8
Tints of Hot Magenta #F904C8
RGB
CMYK
RGB Variations
Color information
#F904C8 (or 0xF904C8) is known color: Hot Magenta. HEX triplet: F9, 04 and C8. RGB value is (249,4,200). Sum of RGB (Red+Green+Blue) = 249+4+200=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F904C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904C8 is #06FB37. Grayscale: #636363. Windows color (decimal): -457528 or 13108473. OLE color: 13108473.
HSL color Cylindrical-coordinate representation of color #F904C8: hue angle of 312º 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 #F904C8 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.02 |
| HSL | 312º | 0.97% | 0.5% | - |
| HSV(B) | 312º | 0.98% | 0.98% | - |
| XYZ | 49.54 | 24.4 | 56.74 | - |
| YUV | 99.6 | 184.67 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 200 | 0 | 0.98 | 0.20 | 0.02 | 312 | 0.97 | 0.5 |
| Hex | F9 | 4 | C8 | 0 | 62 | 14 | 2 | 138 | 61 | 32 |
| Octal | 371 | 4 | 310 | 0 | 142 | 24 | 2 | 470 | 141 | 62 |
| Binary | 11111001 | 100 | 11001000 | 0 | 1100010 | 10100 | 10 | 100111000 | 1100001 | 110010 |
Color Harmonies of #F904C8
Complementary color
Monochromatic Colors of #F904C8
Black with #F904C8
Text Example
Text Example
White with #F904C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904C8; }
p { color: rgb(249,4,200); }
H1.HeaderClassName
{
color: #F904C8;
}
.AnyTagClassName
{
color: #F904C8;
}
</style>
background-color css
<style>
a { background-color: #F904C8; }
a { background-color: rgb(249,4,200); }
div.DivClassName
{
background-color: #F904C8;
}
.BgClassName
{
background-color: #F904C8;
}
</style>
border-color css
<style>
span { border-color: #F904C8; }
span { border-color: rgb(249,4,200); }
td.TdClassName
{
border-color: #F904C8;
}
.TagClassName
{
border-color: #F904C8;
}
</style>