Shades of Magenta #FF13EC
Tints of Magenta #FF13EC
RGB
CMYK
RGB Variations
Color information
#FF13EC (or 0xFF13EC) is known color: Magenta. HEX triplet: FF, 13 and EC. RGB value is (255,19,236). Sum of RGB (Red+Green+Blue) = 255+19+236=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 19 (7.81% from 255 or 3.73% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13EC is #00EC13. Grayscale: #717171. Windows color (decimal): -60436 or 15471615. OLE color: 15471615.
HSL color Cylindrical-coordinate representation of color #FF13EC: hue angle of 304.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13EC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 236 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.83º | 1% | 0.54% | - |
| HSV(B) | 304.83º | 0.93% | 1% | - |
| XYZ | 56.61 | 27.78 | 81.74 | - |
| YUV | 114.3 | 196.69 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 236 | 0 | 0.93 | 0.07 | 0 | 304.83 | 1 | 0.54 |
| Hex | FF | 13 | EC | 0 | 5D | 7 | 0 | 131 | 64 | 36 |
| Octal | 377 | 23 | 354 | 0 | 135 | 7 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10011 | 11101100 | 0 | 1011101 | 111 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF13EC
Complementary color
Monochromatic Colors of #FF13EC
Black with #FF13EC
Text Example
Text Example
White with #FF13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13EC; }
p { color: rgb(255,19,236); }
H1.HeaderClassName
{
color: #FF13EC;
}
.AnyTagClassName
{
color: #FF13EC;
}
</style>
background-color css
<style>
a { background-color: #FF13EC; }
a { background-color: rgb(255,19,236); }
div.DivClassName
{
background-color: #FF13EC;
}
.BgClassName
{
background-color: #FF13EC;
}
</style>
border-color css
<style>
span { border-color: #FF13EC; }
span { border-color: rgb(255,19,236); }
td.TdClassName
{
border-color: #FF13EC;
}
.TagClassName
{
border-color: #FF13EC;
}
</style>