Shades of Magenta #F904F2
Tints of Magenta #F904F2
RGB
CMYK
RGB Variations
Color information
#F904F2 (or 0xF904F2) is known color: Magenta. HEX triplet: F9, 04 and F2. RGB value is (249,4,242). Sum of RGB (Red+Green+Blue) = 249+4+242=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F904F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904F2 is #06FB0D. Grayscale: #676767. Windows color (decimal): -457486 or 15860985. OLE color: 15860985.
HSL color Cylindrical-coordinate representation of color #F904F2: hue angle of 301.71º 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 #F904F2 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 242 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.02 |
| HSL | 301.71º | 0.97% | 0.5% | - |
| HSV(B) | 301.71º | 0.98% | 0.98% | - |
| XYZ | 55.14 | 26.64 | 86.24 | - |
| YUV | 104.39 | 205.67 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 242 | 0 | 0.98 | 0.03 | 0.02 | 301.71 | 0.97 | 0.5 |
| Hex | F9 | 4 | F2 | 0 | 62 | 3 | 2 | 12E | 61 | 32 |
| Octal | 371 | 4 | 362 | 0 | 142 | 3 | 2 | 456 | 141 | 62 |
| Binary | 11111001 | 100 | 11110010 | 0 | 1100010 | 11 | 10 | 100101110 | 1100001 | 110010 |
Color Harmonies of #F904F2
Complementary color
Monochromatic Colors of #F904F2
Black with #F904F2
Text Example
Text Example
White with #F904F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904F2; }
p { color: rgb(249,4,242); }
H1.HeaderClassName
{
color: #F904F2;
}
.AnyTagClassName
{
color: #F904F2;
}
</style>
background-color css
<style>
a { background-color: #F904F2; }
a { background-color: rgb(249,4,242); }
div.DivClassName
{
background-color: #F904F2;
}
.BgClassName
{
background-color: #F904F2;
}
</style>
border-color css
<style>
span { border-color: #F904F2; }
span { border-color: rgb(249,4,242); }
td.TdClassName
{
border-color: #F904F2;
}
.TagClassName
{
border-color: #F904F2;
}
</style>