Shades of Magenta #FF0FF9
Tints of Magenta #FF0FF9
RGB
CMYK
RGB Variations
Color information
#FF0FF9 (or 0xFF0FF9) is known color: Magenta. HEX triplet: FF, 0F and F9. RGB value is (255,15,249). Sum of RGB (Red+Green+Blue) = 255+15+249=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 15 (6.25% from 255 or 2.89% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FF9 is #00F006. Grayscale: #707070. Windows color (decimal): -61447 or 16322559. OLE color: 16322559.
HSL color Cylindrical-coordinate representation of color #FF0FF9: hue angle of 301.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FF9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 249 | - |
| CMYK | 0 | 0.94 | 0.02 | 0 |
| HSL | 301.5º | 1% | 0.53% | - |
| HSV(B) | 301.5º | 0.94% | 1% | - |
| XYZ | 58.51 | 28.44 | 92.03 | - |
| YUV | 113.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 249 | 0 | 0.94 | 0.02 | 0 | 301.5 | 1 | 0.53 |
| Hex | FF | F | F9 | 0 | 5E | 2 | 0 | 12E | 64 | 35 |
| Octal | 377 | 17 | 371 | 0 | 136 | 2 | 0 | 456 | 144 | 65 |
| Binary | 11111111 | 1111 | 11111001 | 0 | 1011110 | 10 | 0 | 100101110 | 1100100 | 110101 |
Color Harmonies of #FF0FF9
Complementary color
Monochromatic Colors of #FF0FF9
Black with #FF0FF9
Text Example
Text Example
White with #FF0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FF9; }
p { color: rgb(255,15,249); }
H1.HeaderClassName
{
color: #FF0FF9;
}
.AnyTagClassName
{
color: #FF0FF9;
}
</style>
background-color css
<style>
a { background-color: #FF0FF9; }
a { background-color: rgb(255,15,249); }
div.DivClassName
{
background-color: #FF0FF9;
}
.BgClassName
{
background-color: #FF0FF9;
}
</style>
border-color css
<style>
span { border-color: #FF0FF9; }
span { border-color: rgb(255,15,249); }
td.TdClassName
{
border-color: #FF0FF9;
}
.TagClassName
{
border-color: #FF0FF9;
}
</style>