Shades of Magenta #FF01FF
Tints of Magenta #FF01FF
RGB
CMYK
RGB Variations
Color information
#FF01FF (or 0xFF01FF) is known color: Magenta. HEX triplet: FF, 01 and FF. RGB value is (255,1,255). Sum of RGB (Red+Green+Blue) = 255+1+255=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 1 (0.78% from 255 or 0.20% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01FF is #00FE00. Grayscale: #696969. Windows color (decimal): -65025 or 16712191. OLE color: 16712191.
HSL color Cylindrical-coordinate representation of color #FF01FF: hue angle of 300º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01FF is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 255 | - |
| CMYK | 0 | 1.00 | 0 | 0 |
| HSL | 300º | 1% | 0.5% | - |
| HSV(B) | 300º | 1% | 1% | - |
| XYZ | 59.3 | 28.5 | 96.98 | - |
| YUV | 105.9 | 212.15 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 255 | 0 | 1.00 | 0 | 0 | 300 | 1 | 0.5 |
| Hex | FF | 1 | FF | 0 | 64 | 0 | 0 | 12C | 64 | 32 |
| Octal | 377 | 1 | 377 | 0 | 144 | 0 | 0 | 454 | 144 | 62 |
| Binary | 11111111 | 1 | 11111111 | 0 | 1100100 | 0 | 0 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FF01FF
Complementary color
Monochromatic Colors of #FF01FF
Black with #FF01FF
Text Example
Text Example
White with #FF01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01FF; }
p { color: rgb(255,1,255); }
H1.HeaderClassName
{
color: #FF01FF;
}
.AnyTagClassName
{
color: #FF01FF;
}
</style>
background-color css
<style>
a { background-color: #FF01FF; }
a { background-color: rgb(255,1,255); }
div.DivClassName
{
background-color: #FF01FF;
}
.BgClassName
{
background-color: #FF01FF;
}
</style>
border-color css
<style>
span { border-color: #FF01FF; }
span { border-color: rgb(255,1,255); }
td.TdClassName
{
border-color: #FF01FF;
}
.TagClassName
{
border-color: #FF01FF;
}
</style>