Shades of Magenta #F005F9
Tints of Magenta #F005F9
RGB
CMYK
RGB Variations
Color information
#F005F9 (or 0xF005F9) is known color: Magenta. HEX triplet: F0, 05 and F9. RGB value is (240,5,249). Sum of RGB (Red+Green+Blue) = 240+5+249=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 5 (2.34% from 255 or 1.01% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #F005F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005F9 is #0FFA06. Grayscale: #666666. Windows color (decimal): -1047047 or 16319984. OLE color: 16319984.
HSL color Cylindrical-coordinate representation of color #F005F9: hue angle of 297.79º degrees, saturation: 0.96, 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 #F005F9 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 5 | 249 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.79º | 0.96% | 0.5% | - |
| HSV(B) | 297.79º | 0.98% | 0.98% | - |
| XYZ | 53.09 | 25.47 | 91.74 | - |
| YUV | 103.08 | 210.36 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 249 | 0.04 | 0.98 | 0 | 0.02 | 297.79 | 0.96 | 0.5 |
| Hex | F0 | 5 | F9 | 4 | 62 | 0 | 2 | 12A | 60 | 32 |
| Octal | 360 | 5 | 371 | 4 | 142 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11110000 | 101 | 11111001 | 100 | 1100010 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F005F9
Complementary color
Monochromatic Colors of #F005F9
Black with #F005F9
Text Example
Text Example
White with #F005F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005F9; }
p { color: rgb(240,5,249); }
H1.HeaderClassName
{
color: #F005F9;
}
.AnyTagClassName
{
color: #F005F9;
}
</style>
background-color css
<style>
a { background-color: #F005F9; }
a { background-color: rgb(240,5,249); }
div.DivClassName
{
background-color: #F005F9;
}
.BgClassName
{
background-color: #F005F9;
}
</style>
border-color css
<style>
span { border-color: #F005F9; }
span { border-color: rgb(240,5,249); }
td.TdClassName
{
border-color: #F005F9;
}
.TagClassName
{
border-color: #F005F9;
}
</style>