Shades of Magenta #F904FA
Tints of Magenta #F904FA
RGB
CMYK
RGB Variations
Color information
#F904FA (or 0xF904FA) is known color: Magenta. HEX triplet: F9, 04 and FA. RGB value is (249,4,250). Sum of RGB (Red+Green+Blue) = 249+4+250=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F904FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904FA is #06FB05. Grayscale: #686868. Windows color (decimal): -457478 or 16385273. OLE color: 16385273.
HSL color Cylindrical-coordinate representation of color #F904FA: hue angle of 299.76º 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 #F904FA is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 250 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.02 |
| HSL | 299.76º | 0.97% | 0.5% | - |
| HSV(B) | 299.76º | 0.98% | 0.98% | - |
| XYZ | 56.37 | 27.13 | 92.71 | - |
| YUV | 105.3 | 209.67 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 250 | 0.00 | 0.98 | 0 | 0.02 | 299.76 | 0.97 | 0.5 |
| Hex | F9 | 4 | FA | 0 | 62 | 0 | 2 | 12C | 61 | 32 |
| Octal | 371 | 4 | 372 | 0 | 142 | 0 | 2 | 454 | 141 | 62 |
| Binary | 11111001 | 100 | 11111010 | 0 | 1100010 | 0 | 10 | 100101100 | 1100001 | 110010 |
Color Harmonies of #F904FA
Complementary color
Monochromatic Colors of #F904FA
Black with #F904FA
Text Example
Text Example
White with #F904FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904FA; }
p { color: rgb(249,4,250); }
H1.HeaderClassName
{
color: #F904FA;
}
.AnyTagClassName
{
color: #F904FA;
}
</style>
background-color css
<style>
a { background-color: #F904FA; }
a { background-color: rgb(249,4,250); }
div.DivClassName
{
background-color: #F904FA;
}
.BgClassName
{
background-color: #F904FA;
}
</style>
border-color css
<style>
span { border-color: #F904FA; }
span { border-color: rgb(249,4,250); }
td.TdClassName
{
border-color: #F904FA;
}
.TagClassName
{
border-color: #F904FA;
}
</style>