Shades of Magenta #FF13EA
Tints of Magenta #FF13EA
RGB
CMYK
RGB Variations
Color information
#FF13EA (or 0xFF13EA) is known color: Magenta. HEX triplet: FF, 13 and EA. RGB value is (255,19,234). Sum of RGB (Red+Green+Blue) = 255+19+234=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 19 (7.81% from 255 or 3.74% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13EA is #00EC15. Grayscale: #717171. Windows color (decimal): -60438 or 15340543. OLE color: 15340543.
HSL color Cylindrical-coordinate representation of color #FF13EA: hue angle of 305.34º 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 #FF13EA is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 234 | - |
| CMYK | 0 | 0.93 | 0.08 | 0 |
| HSL | 305.34º | 1% | 0.54% | - |
| HSV(B) | 305.34º | 0.93% | 1% | - |
| XYZ | 56.32 | 27.67 | 80.21 | - |
| YUV | 114.07 | 195.69 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 234 | 0 | 0.93 | 0.08 | 0 | 305.34 | 1 | 0.54 |
| Hex | FF | 13 | EA | 0 | 5D | 8 | 0 | 131 | 64 | 36 |
| Octal | 377 | 23 | 352 | 0 | 135 | 10 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10011 | 11101010 | 0 | 1011101 | 1000 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF13EA
Complementary color
Monochromatic Colors of #FF13EA
Black with #FF13EA
Text Example
Text Example
White with #FF13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13EA; }
p { color: rgb(255,19,234); }
H1.HeaderClassName
{
color: #FF13EA;
}
.AnyTagClassName
{
color: #FF13EA;
}
</style>
background-color css
<style>
a { background-color: #FF13EA; }
a { background-color: rgb(255,19,234); }
div.DivClassName
{
background-color: #FF13EA;
}
.BgClassName
{
background-color: #FF13EA;
}
</style>
border-color css
<style>
span { border-color: #FF13EA; }
span { border-color: rgb(255,19,234); }
td.TdClassName
{
border-color: #FF13EA;
}
.TagClassName
{
border-color: #FF13EA;
}
</style>