Shades of Magenta #FF05F0
Tints of Magenta #FF05F0
RGB
CMYK
RGB Variations
Color information
#FF05F0 (or 0xFF05F0) is known color: Magenta. HEX triplet: FF, 05 and F0. RGB value is (255,5,240). Sum of RGB (Red+Green+Blue) = 255+5+240=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 5 (2.34% from 255 or 1% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05F0 is #00FA0F. Grayscale: #696969. Windows color (decimal): -64016 or 15730175. OLE color: 15730175.
HSL color Cylindrical-coordinate representation of color #FF05F0: hue angle of 303.6º 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 #FF05F0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 240 | - |
| CMYK | 0 | 0.98 | 0.06 | 0 |
| HSL | 303.6º | 1% | 0.51% | - |
| HSV(B) | 303.6º | 0.98% | 1% | - |
| XYZ | 57.02 | 27.66 | 84.77 | - |
| YUV | 106.54 | 203.33 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 240 | 0 | 0.98 | 0.06 | 0 | 303.6 | 1 | 0.51 |
| Hex | FF | 5 | F0 | 0 | 62 | 6 | 0 | 130 | 64 | 33 |
| Octal | 377 | 5 | 360 | 0 | 142 | 6 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 101 | 11110000 | 0 | 1100010 | 110 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF05F0
Complementary color
Monochromatic Colors of #FF05F0
Black with #FF05F0
Text Example
Text Example
White with #FF05F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05F0; }
p { color: rgb(255,5,240); }
H1.HeaderClassName
{
color: #FF05F0;
}
.AnyTagClassName
{
color: #FF05F0;
}
</style>
background-color css
<style>
a { background-color: #FF05F0; }
a { background-color: rgb(255,5,240); }
div.DivClassName
{
background-color: #FF05F0;
}
.BgClassName
{
background-color: #FF05F0;
}
</style>
border-color css
<style>
span { border-color: #FF05F0; }
span { border-color: rgb(255,5,240); }
td.TdClassName
{
border-color: #FF05F0;
}
.TagClassName
{
border-color: #FF05F0;
}
</style>