Shades of Magenta #F009FF
Tints of Magenta #F009FF
RGB
CMYK
RGB Variations
Color information
#F009FF (or 0xF009FF) is known color: Magenta. HEX triplet: F0, 09 and FF. RGB value is (240,9,255). Sum of RGB (Red+Green+Blue) = 240+9+255=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 9 (3.91% from 255 or 1.79% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F009FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F009FF is #0FF600. Grayscale: #696969. Windows color (decimal): -1046017 or 16714224. OLE color: 16714224.
HSL color Cylindrical-coordinate representation of color #F009FF: hue angle of 296.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009FF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 9 | 255 | - |
| CMYK | 0.06 | 0.96 | 0 | 0 |
| HSL | 296.34º | 1% | 0.52% | - |
| HSV(B) | 296.34º | 0.96% | 1% | - |
| XYZ | 54.08 | 25.94 | 96.76 | - |
| YUV | 106.11 | 212.03 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 255 | 0.06 | 0.96 | 0 | 0 | 296.34 | 1 | 0.52 |
| Hex | F0 | 9 | FF | 6 | 60 | 0 | 0 | 128 | 64 | 34 |
| Octal | 360 | 11 | 377 | 6 | 140 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11110000 | 1001 | 11111111 | 110 | 1100000 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #F009FF
Complementary color
Monochromatic Colors of #F009FF
Black with #F009FF
Text Example
Text Example
White with #F009FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009FF; }
p { color: rgb(240,9,255); }
H1.HeaderClassName
{
color: #F009FF;
}
.AnyTagClassName
{
color: #F009FF;
}
</style>
background-color css
<style>
a { background-color: #F009FF; }
a { background-color: rgb(240,9,255); }
div.DivClassName
{
background-color: #F009FF;
}
.BgClassName
{
background-color: #F009FF;
}
</style>
border-color css
<style>
span { border-color: #F009FF; }
span { border-color: rgb(240,9,255); }
td.TdClassName
{
border-color: #F009FF;
}
.TagClassName
{
border-color: #F009FF;
}
</style>