Shades of Magenta #FF06FF
Tints of Magenta #FF06FF
RGB
CMYK
RGB Variations
Color information
#FF06FF (or 0xFF06FF) is known color: Magenta. HEX triplet: FF, 06 and FF. RGB value is (255,6,255). Sum of RGB (Red+Green+Blue) = 255+6+255=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 6 (2.73% from 255 or 1.16% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06FF is #00F900. Grayscale: #6C6C6C. Windows color (decimal): -63745 or 16713471. OLE color: 16713471.
HSL color Cylindrical-coordinate representation of color #FF06FF: hue angle of 300º 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 #FF06FF is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 255 | - |
| CMYK | 0 | 0.98 | 0 | 0 |
| HSL | 300º | 1% | 0.51% | - |
| HSV(B) | 300º | 0.98% | 1% | - |
| XYZ | 59.36 | 28.61 | 97 | - |
| YUV | 108.84 | 210.49 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 255 | 0 | 0.98 | 0 | 0 | 300 | 1 | 0.51 |
| Hex | FF | 6 | FF | 0 | 62 | 0 | 0 | 12C | 64 | 33 |
| Octal | 377 | 6 | 377 | 0 | 142 | 0 | 0 | 454 | 144 | 63 |
| Binary | 11111111 | 110 | 11111111 | 0 | 1100010 | 0 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FF06FF
Complementary color
Monochromatic Colors of #FF06FF
Black with #FF06FF
Text Example
Text Example
White with #FF06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06FF; }
p { color: rgb(255,6,255); }
H1.HeaderClassName
{
color: #FF06FF;
}
.AnyTagClassName
{
color: #FF06FF;
}
</style>
background-color css
<style>
a { background-color: #FF06FF; }
a { background-color: rgb(255,6,255); }
div.DivClassName
{
background-color: #FF06FF;
}
.BgClassName
{
background-color: #FF06FF;
}
</style>
border-color css
<style>
span { border-color: #FF06FF; }
span { border-color: rgb(255,6,255); }
td.TdClassName
{
border-color: #FF06FF;
}
.TagClassName
{
border-color: #FF06FF;
}
</style>