Shades of Magenta #FF05F9
Tints of Magenta #FF05F9
RGB
CMYK
RGB Variations
Color information
#FF05F9 (or 0xFF05F9) is known color: Magenta. HEX triplet: FF, 05 and F9. RGB value is (255,5,249). Sum of RGB (Red+Green+Blue) = 255+5+249=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 5 (2.34% from 255 or 0.98% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05F9 is #00FA06. Grayscale: #6A6A6A. Windows color (decimal): -64007 or 16319999. OLE color: 16319999.
HSL color Cylindrical-coordinate representation of color #FF05F9: hue angle of 301.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05F9 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 249 | - |
| CMYK | 0 | 0.98 | 0.02 | 0 |
| HSL | 301.44º | 1% | 0.51% | - |
| HSV(B) | 301.44º | 0.98% | 1% | - |
| XYZ | 58.39 | 28.21 | 91.99 | - |
| YUV | 107.57 | 207.83 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 249 | 0 | 0.98 | 0.02 | 0 | 301.44 | 1 | 0.51 |
| Hex | FF | 5 | F9 | 0 | 62 | 2 | 0 | 12D | 64 | 33 |
| Octal | 377 | 5 | 371 | 0 | 142 | 2 | 0 | 455 | 144 | 63 |
| Binary | 11111111 | 101 | 11111001 | 0 | 1100010 | 10 | 0 | 100101101 | 1100100 | 110011 |
Color Harmonies of #FF05F9
Complementary color
Monochromatic Colors of #FF05F9
Black with #FF05F9
Text Example
Text Example
White with #FF05F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05F9; }
p { color: rgb(255,5,249); }
H1.HeaderClassName
{
color: #FF05F9;
}
.AnyTagClassName
{
color: #FF05F9;
}
</style>
background-color css
<style>
a { background-color: #FF05F9; }
a { background-color: rgb(255,5,249); }
div.DivClassName
{
background-color: #FF05F9;
}
.BgClassName
{
background-color: #FF05F9;
}
</style>
border-color css
<style>
span { border-color: #FF05F9; }
span { border-color: rgb(255,5,249); }
td.TdClassName
{
border-color: #FF05F9;
}
.TagClassName
{
border-color: #FF05F9;
}
</style>