Shades of Magenta #FF06F0
Tints of Magenta #FF06F0
RGB
CMYK
RGB Variations
Color information
#FF06F0 (or 0xFF06F0) is known color: Magenta. HEX triplet: FF, 06 and F0. RGB value is (255,6,240). Sum of RGB (Red+Green+Blue) = 255+6+240=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 6 (2.73% from 255 or 1.20% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06F0 is #00F90F. Grayscale: #6A6A6A. Windows color (decimal): -63760 or 15730431. OLE color: 15730431.
HSL color Cylindrical-coordinate representation of color #FF06F0: hue angle of 303.61º 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 #FF06F0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 240 | - |
| CMYK | 0 | 0.98 | 0.06 | 0 |
| HSL | 303.61º | 1% | 0.51% | - |
| HSV(B) | 303.61º | 0.98% | 1% | - |
| XYZ | 57.03 | 27.68 | 84.78 | - |
| YUV | 107.13 | 202.99 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 240 | 0 | 0.98 | 0.06 | 0 | 303.61 | 1 | 0.51 |
| Hex | FF | 6 | F0 | 0 | 62 | 6 | 0 | 130 | 64 | 33 |
| Octal | 377 | 6 | 360 | 0 | 142 | 6 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 110 | 11110000 | 0 | 1100010 | 110 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF06F0
Complementary color
Monochromatic Colors of #FF06F0
Black with #FF06F0
Text Example
Text Example
White with #FF06F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06F0; }
p { color: rgb(255,6,240); }
H1.HeaderClassName
{
color: #FF06F0;
}
.AnyTagClassName
{
color: #FF06F0;
}
</style>
background-color css
<style>
a { background-color: #FF06F0; }
a { background-color: rgb(255,6,240); }
div.DivClassName
{
background-color: #FF06F0;
}
.BgClassName
{
background-color: #FF06F0;
}
</style>
border-color css
<style>
span { border-color: #FF06F0; }
span { border-color: rgb(255,6,240); }
td.TdClassName
{
border-color: #FF06F0;
}
.TagClassName
{
border-color: #FF06F0;
}
</style>