Shades of Magenta #FF10FE
Tints of Magenta #FF10FE
RGB
CMYK
RGB Variations
Color information
#FF10FE (or 0xFF10FE) is known color: Magenta. HEX triplet: FF, 10 and FE. RGB value is (255,16,254). Sum of RGB (Red+Green+Blue) = 255+16+254=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 16 (6.64% from 255 or 3.05% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF10FE is #00EF01. Grayscale: #717171. Windows color (decimal): -61186 or 16650495. OLE color: 16650495.
HSL color Cylindrical-coordinate representation of color #FF10FE: hue angle of 300.25º 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 #FF10FE is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 254 | - |
| CMYK | 0 | 0.94 | 0.00 | 0 |
| HSL | 300.25º | 1% | 0.53% | - |
| HSV(B) | 300.25º | 0.94% | 1% | - |
| XYZ | 59.31 | 28.79 | 96.2 | - |
| YUV | 114.59 | 206.68 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 254 | 0 | 0.94 | 0.00 | 0 | 300.25 | 1 | 0.53 |
| Hex | FF | 10 | FE | 0 | 5E | 0 | 0 | 12C | 64 | 35 |
| Octal | 377 | 20 | 376 | 0 | 136 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111111 | 10000 | 11111110 | 0 | 1011110 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FF10FE
Complementary color
Monochromatic Colors of #FF10FE
Black with #FF10FE
Text Example
Text Example
White with #FF10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10FE; }
p { color: rgb(255,16,254); }
H1.HeaderClassName
{
color: #FF10FE;
}
.AnyTagClassName
{
color: #FF10FE;
}
</style>
background-color css
<style>
a { background-color: #FF10FE; }
a { background-color: rgb(255,16,254); }
div.DivClassName
{
background-color: #FF10FE;
}
.BgClassName
{
background-color: #FF10FE;
}
</style>
border-color css
<style>
span { border-color: #FF10FE; }
span { border-color: rgb(255,16,254); }
td.TdClassName
{
border-color: #FF10FE;
}
.TagClassName
{
border-color: #FF10FE;
}
</style>