Shades of Magenta #FF10EA
Tints of Magenta #FF10EA
RGB
CMYK
RGB Variations
Color information
#FF10EA (or 0xFF10EA) is known color: Magenta. HEX triplet: FF, 10 and EA. RGB value is (255,16,234). Sum of RGB (Red+Green+Blue) = 255+16+234=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF10EA is #00EF15. Grayscale: #6F6F6F. Windows color (decimal): -61206 or 15339775. OLE color: 15339775.
HSL color Cylindrical-coordinate representation of color #FF10EA: hue angle of 305.27º 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 #FF10EA is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 234 | - |
| CMYK | 0 | 0.94 | 0.08 | 0 |
| HSL | 305.27º | 1% | 0.53% | - |
| HSV(B) | 305.27º | 0.94% | 1% | - |
| XYZ | 56.28 | 27.57 | 80.2 | - |
| YUV | 112.31 | 196.68 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 234 | 0 | 0.94 | 0.08 | 0 | 305.27 | 1 | 0.53 |
| Hex | FF | 10 | EA | 0 | 5E | 8 | 0 | 131 | 64 | 35 |
| Octal | 377 | 20 | 352 | 0 | 136 | 10 | 0 | 461 | 144 | 65 |
| Binary | 11111111 | 10000 | 11101010 | 0 | 1011110 | 1000 | 0 | 100110001 | 1100100 | 110101 |
Color Harmonies of #FF10EA
Complementary color
Monochromatic Colors of #FF10EA
Black with #FF10EA
Text Example
Text Example
White with #FF10EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10EA; }
p { color: rgb(255,16,234); }
H1.HeaderClassName
{
color: #FF10EA;
}
.AnyTagClassName
{
color: #FF10EA;
}
</style>
background-color css
<style>
a { background-color: #FF10EA; }
a { background-color: rgb(255,16,234); }
div.DivClassName
{
background-color: #FF10EA;
}
.BgClassName
{
background-color: #FF10EA;
}
</style>
border-color css
<style>
span { border-color: #FF10EA; }
span { border-color: rgb(255,16,234); }
td.TdClassName
{
border-color: #FF10EA;
}
.TagClassName
{
border-color: #FF10EA;
}
</style>