Shades of Magenta #FF13ED
Tints of Magenta #FF13ED
RGB
CMYK
RGB Variations
Color information
#FF13ED (or 0xFF13ED) is known color: Magenta. HEX triplet: FF, 13 and ED. RGB value is (255,19,237). Sum of RGB (Red+Green+Blue) = 255+19+237=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13ED is #00EC12. Grayscale: #717171. Windows color (decimal): -60435 or 15537151. OLE color: 15537151.
HSL color Cylindrical-coordinate representation of color #FF13ED: hue angle of 304.58º 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 #FF13ED is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 237 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.58º | 1% | 0.54% | - |
| HSV(B) | 304.58º | 0.93% | 1% | - |
| XYZ | 56.76 | 27.84 | 82.5 | - |
| YUV | 114.42 | 197.19 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 237 | 0 | 0.93 | 0.07 | 0 | 304.58 | 1 | 0.54 |
| Hex | FF | 13 | ED | 0 | 5D | 7 | 0 | 131 | 64 | 36 |
| Octal | 377 | 23 | 355 | 0 | 135 | 7 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10011 | 11101101 | 0 | 1011101 | 111 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF13ED
Complementary color
Monochromatic Colors of #FF13ED
Black with #FF13ED
Text Example
Text Example
White with #FF13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13ED; }
p { color: rgb(255,19,237); }
H1.HeaderClassName
{
color: #FF13ED;
}
.AnyTagClassName
{
color: #FF13ED;
}
</style>
background-color css
<style>
a { background-color: #FF13ED; }
a { background-color: rgb(255,19,237); }
div.DivClassName
{
background-color: #FF13ED;
}
.BgClassName
{
background-color: #FF13ED;
}
</style>
border-color css
<style>
span { border-color: #FF13ED; }
span { border-color: rgb(255,19,237); }
td.TdClassName
{
border-color: #FF13ED;
}
.TagClassName
{
border-color: #FF13ED;
}
</style>