Shades of Hot Magenta #FF15E5
Tints of Hot Magenta #FF15E5
RGB
CMYK
RGB Variations
Color information
#FF15E5 (or 0xFF15E5) is known color: Hot Magenta. HEX triplet: FF, 15 and E5. RGB value is (255,21,229). Sum of RGB (Red+Green+Blue) = 255+21+229=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15E5 is #00EA1A. Grayscale: #727272. Windows color (decimal): -59931 or 15013375. OLE color: 15013375.
HSL color Cylindrical-coordinate representation of color #FF15E5: hue angle of 306.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15E5 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 229 | - |
| CMYK | 0 | 0.92 | 0.10 | 0 |
| HSL | 306.67º | 1% | 0.54% | - |
| HSV(B) | 306.67º | 0.92% | 1% | - |
| XYZ | 55.65 | 27.45 | 76.49 | - |
| YUV | 114.68 | 192.52 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 229 | 0 | 0.92 | 0.10 | 0 | 306.67 | 1 | 0.54 |
| Hex | FF | 15 | E5 | 0 | 5C | A | 0 | 133 | 64 | 36 |
| Octal | 377 | 25 | 345 | 0 | 134 | 12 | 0 | 463 | 144 | 66 |
| Binary | 11111111 | 10101 | 11100101 | 0 | 1011100 | 1010 | 0 | 100110011 | 1100100 | 110110 |
Color Harmonies of #FF15E5
Complementary color
Monochromatic Colors of #FF15E5
Black with #FF15E5
Text Example
Text Example
White with #FF15E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15E5; }
p { color: rgb(255,21,229); }
H1.HeaderClassName
{
color: #FF15E5;
}
.AnyTagClassName
{
color: #FF15E5;
}
</style>
background-color css
<style>
a { background-color: #FF15E5; }
a { background-color: rgb(255,21,229); }
div.DivClassName
{
background-color: #FF15E5;
}
.BgClassName
{
background-color: #FF15E5;
}
</style>
border-color css
<style>
span { border-color: #FF15E5; }
span { border-color: rgb(255,21,229); }
td.TdClassName
{
border-color: #FF15E5;
}
.TagClassName
{
border-color: #FF15E5;
}
</style>