Shades of Magenta #F009FA
Tints of Magenta #F009FA
RGB
CMYK
RGB Variations
Color information
#F009FA (or 0xF009FA) is known color: Magenta. HEX triplet: F0, 09 and FA. RGB value is (240,9,250). Sum of RGB (Red+Green+Blue) = 240+9+250=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 9 (3.91% from 255 or 1.80% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #F009FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F009FA is #0FF605. Grayscale: #686868. Windows color (decimal): -1046022 or 16386544. OLE color: 16386544.
HSL color Cylindrical-coordinate representation of color #F009FA: hue angle of 297.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009FA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 9 | 250 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.51º | 0.96% | 0.51% | - |
| HSV(B) | 297.51º | 0.96% | 0.98% | - |
| XYZ | 53.29 | 25.62 | 92.58 | - |
| YUV | 105.54 | 209.53 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 250 | 0.04 | 0.96 | 0 | 0.02 | 297.51 | 0.96 | 0.51 |
| Hex | F0 | 9 | FA | 4 | 60 | 0 | 2 | 12A | 60 | 33 |
| Octal | 360 | 11 | 372 | 4 | 140 | 0 | 2 | 452 | 140 | 63 |
| Binary | 11110000 | 1001 | 11111010 | 100 | 1100000 | 0 | 10 | 100101010 | 1100000 | 110011 |
Color Harmonies of #F009FA
Complementary color
Monochromatic Colors of #F009FA
Black with #F009FA
Text Example
Text Example
White with #F009FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009FA; }
p { color: rgb(240,9,250); }
H1.HeaderClassName
{
color: #F009FA;
}
.AnyTagClassName
{
color: #F009FA;
}
</style>
background-color css
<style>
a { background-color: #F009FA; }
a { background-color: rgb(240,9,250); }
div.DivClassName
{
background-color: #F009FA;
}
.BgClassName
{
background-color: #F009FA;
}
</style>
border-color css
<style>
span { border-color: #F009FA; }
span { border-color: rgb(240,9,250); }
td.TdClassName
{
border-color: #F009FA;
}
.TagClassName
{
border-color: #F009FA;
}
</style>