Shades of Magenta #FF13E8
Tints of Magenta #FF13E8
RGB
CMYK
RGB Variations
Color information
#FF13E8 (or 0xFF13E8) is known color: Magenta. HEX triplet: FF, 13 and E8. RGB value is (255,19,232). Sum of RGB (Red+Green+Blue) = 255+19+232=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13E8 is #00EC17. Grayscale: #717171. Windows color (decimal): -60440 or 15209471. OLE color: 15209471.
HSL color Cylindrical-coordinate representation of color #FF13E8: hue angle of 305.85º 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 #FF13E8 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 232 | - |
| CMYK | 0 | 0.93 | 0.09 | 0 |
| HSL | 305.85º | 1% | 0.54% | - |
| HSV(B) | 305.85º | 0.93% | 1% | - |
| XYZ | 56.04 | 27.55 | 78.71 | - |
| YUV | 113.85 | 194.69 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 232 | 0 | 0.93 | 0.09 | 0 | 305.85 | 1 | 0.54 |
| Hex | FF | 13 | E8 | 0 | 5D | 9 | 0 | 132 | 64 | 36 |
| Octal | 377 | 23 | 350 | 0 | 135 | 11 | 0 | 462 | 144 | 66 |
| Binary | 11111111 | 10011 | 11101000 | 0 | 1011101 | 1001 | 0 | 100110010 | 1100100 | 110110 |
Color Harmonies of #FF13E8
Complementary color
Monochromatic Colors of #FF13E8
Black with #FF13E8
Text Example
Text Example
White with #FF13E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13E8; }
p { color: rgb(255,19,232); }
H1.HeaderClassName
{
color: #FF13E8;
}
.AnyTagClassName
{
color: #FF13E8;
}
</style>
background-color css
<style>
a { background-color: #FF13E8; }
a { background-color: rgb(255,19,232); }
div.DivClassName
{
background-color: #FF13E8;
}
.BgClassName
{
background-color: #FF13E8;
}
</style>
border-color css
<style>
span { border-color: #FF13E8; }
span { border-color: rgb(255,19,232); }
td.TdClassName
{
border-color: #FF13E8;
}
.TagClassName
{
border-color: #FF13E8;
}
</style>