Shades of Magenta #F904F0
Tints of Magenta #F904F0
RGB
CMYK
RGB Variations
Color information
#F904F0 (or 0xF904F0) is known color: Magenta. HEX triplet: F9, 04 and F0. RGB value is (249,4,240). Sum of RGB (Red+Green+Blue) = 249+4+240=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F904F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904F0 is #06FB0F. Grayscale: #676767. Windows color (decimal): -457488 or 15729913. OLE color: 15729913.
HSL color Cylindrical-coordinate representation of color #F904F0: hue angle of 302.2º 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 #F904F0 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 240 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.02 |
| HSL | 302.2º | 0.97% | 0.5% | - |
| HSV(B) | 302.2º | 0.98% | 0.98% | - |
| XYZ | 54.84 | 26.52 | 84.67 | - |
| YUV | 104.16 | 204.67 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 240 | 0 | 0.98 | 0.04 | 0.02 | 302.2 | 0.97 | 0.5 |
| Hex | F9 | 4 | F0 | 0 | 62 | 4 | 2 | 12E | 61 | 32 |
| Octal | 371 | 4 | 360 | 0 | 142 | 4 | 2 | 456 | 141 | 62 |
| Binary | 11111001 | 100 | 11110000 | 0 | 1100010 | 100 | 10 | 100101110 | 1100001 | 110010 |
Color Harmonies of #F904F0
Complementary color
Monochromatic Colors of #F904F0
Black with #F904F0
Text Example
Text Example
White with #F904F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904F0; }
p { color: rgb(249,4,240); }
H1.HeaderClassName
{
color: #F904F0;
}
.AnyTagClassName
{
color: #F904F0;
}
</style>
background-color css
<style>
a { background-color: #F904F0; }
a { background-color: rgb(249,4,240); }
div.DivClassName
{
background-color: #F904F0;
}
.BgClassName
{
background-color: #F904F0;
}
</style>
border-color css
<style>
span { border-color: #F904F0; }
span { border-color: rgb(249,4,240); }
td.TdClassName
{
border-color: #F904F0;
}
.TagClassName
{
border-color: #F904F0;
}
</style>