Shades of Magenta #FF10FD
Tints of Magenta #FF10FD
RGB
CMYK
RGB Variations
Color information
#FF10FD (or 0xFF10FD) is known color: Magenta. HEX triplet: FF, 10 and FD. RGB value is (255,16,253). Sum of RGB (Red+Green+Blue) = 255+16+253=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 16 (6.64% from 255 or 3.05% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF10FD is #00EF02. Grayscale: #717171. Windows color (decimal): -61187 or 16584959. OLE color: 16584959.
HSL color Cylindrical-coordinate representation of color #FF10FD: hue angle of 300.5º 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 #FF10FD is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 253 | - |
| CMYK | 0 | 0.94 | 0.01 | 0 |
| HSL | 300.5º | 1% | 0.53% | - |
| HSV(B) | 300.5º | 0.94% | 1% | - |
| XYZ | 59.15 | 28.72 | 95.35 | - |
| YUV | 114.48 | 206.18 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 253 | 0 | 0.94 | 0.01 | 0 | 300.5 | 1 | 0.53 |
| Hex | FF | 10 | FD | 0 | 5E | 1 | 0 | 12D | 64 | 35 |
| Octal | 377 | 20 | 375 | 0 | 136 | 1 | 0 | 455 | 144 | 65 |
| Binary | 11111111 | 10000 | 11111101 | 0 | 1011110 | 1 | 0 | 100101101 | 1100100 | 110101 |
Color Harmonies of #FF10FD
Complementary color
Monochromatic Colors of #FF10FD
Black with #FF10FD
Text Example
Text Example
White with #FF10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10FD; }
p { color: rgb(255,16,253); }
H1.HeaderClassName
{
color: #FF10FD;
}
.AnyTagClassName
{
color: #FF10FD;
}
</style>
background-color css
<style>
a { background-color: #FF10FD; }
a { background-color: rgb(255,16,253); }
div.DivClassName
{
background-color: #FF10FD;
}
.BgClassName
{
background-color: #FF10FD;
}
</style>
border-color css
<style>
span { border-color: #FF10FD; }
span { border-color: rgb(255,16,253); }
td.TdClassName
{
border-color: #FF10FD;
}
.TagClassName
{
border-color: #FF10FD;
}
</style>