Shades of Magenta #FF10FF
Tints of Magenta #FF10FF
RGB
CMYK
RGB Variations
Color information
#FF10FF (or 0xFF10FF) is known color: Magenta. HEX triplet: FF, 10 and FF. RGB value is (255,16,255). Sum of RGB (Red+Green+Blue) = 255+16+255=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 16 (6.64% from 255 or 3.04% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF10FF is #00EF00. Grayscale: #717171. Windows color (decimal): -61185 or 16716031. OLE color: 16716031.
HSL color Cylindrical-coordinate representation of color #FF10FF: hue angle of 300º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF10FF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 255 | - |
| CMYK | 0 | 0.94 | 0 | 0 |
| HSL | 300º | 1% | 0.53% | - |
| HSV(B) | 300º | 0.94% | 1% | - |
| XYZ | 59.48 | 28.85 | 97.04 | - |
| YUV | 114.71 | 207.18 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 255 | 0 | 0.94 | 0 | 0 | 300 | 1 | 0.53 |
| Hex | FF | 10 | FF | 0 | 5E | 0 | 0 | 12C | 64 | 35 |
| Octal | 377 | 20 | 377 | 0 | 136 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111111 | 10000 | 11111111 | 0 | 1011110 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FF10FF
Complementary color
Monochromatic Colors of #FF10FF
Black with #FF10FF
Text Example
Text Example
White with #FF10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10FF; }
p { color: rgb(255,16,255); }
H1.HeaderClassName
{
color: #FF10FF;
}
.AnyTagClassName
{
color: #FF10FF;
}
</style>
background-color css
<style>
a { background-color: #FF10FF; }
a { background-color: rgb(255,16,255); }
div.DivClassName
{
background-color: #FF10FF;
}
.BgClassName
{
background-color: #FF10FF;
}
</style>
border-color css
<style>
span { border-color: #FF10FF; }
span { border-color: rgb(255,16,255); }
td.TdClassName
{
border-color: #FF10FF;
}
.TagClassName
{
border-color: #FF10FF;
}
</style>