Shades of Hot Magenta #FF15E4
Tints of Hot Magenta #FF15E4
RGB
CMYK
RGB Variations
Color information
#FF15E4 (or 0xFF15E4) is known color: Hot Magenta. HEX triplet: FF, 15 and E4. RGB value is (255,21,228). Sum of RGB (Red+Green+Blue) = 255+21+228=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15E4 is #00EA1B. Grayscale: #717171. Windows color (decimal): -59932 or 14947839. OLE color: 14947839.
HSL color Cylindrical-coordinate representation of color #FF15E4: hue angle of 306.92º 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 #FF15E4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 228 | - |
| CMYK | 0 | 0.92 | 0.11 | 0 |
| HSL | 306.92º | 1% | 0.54% | - |
| HSV(B) | 306.92º | 0.92% | 1% | - |
| XYZ | 55.51 | 27.4 | 75.76 | - |
| YUV | 114.56 | 192.02 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 228 | 0 | 0.92 | 0.11 | 0 | 306.92 | 1 | 0.54 |
| Hex | FF | 15 | E4 | 0 | 5C | B | 0 | 133 | 64 | 36 |
| Octal | 377 | 25 | 344 | 0 | 134 | 13 | 0 | 463 | 144 | 66 |
| Binary | 11111111 | 10101 | 11100100 | 0 | 1011100 | 1011 | 0 | 100110011 | 1100100 | 110110 |
Color Harmonies of #FF15E4
Complementary color
Monochromatic Colors of #FF15E4
Black with #FF15E4
Text Example
Text Example
White with #FF15E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15E4; }
p { color: rgb(255,21,228); }
H1.HeaderClassName
{
color: #FF15E4;
}
.AnyTagClassName
{
color: #FF15E4;
}
</style>
background-color css
<style>
a { background-color: #FF15E4; }
a { background-color: rgb(255,21,228); }
div.DivClassName
{
background-color: #FF15E4;
}
.BgClassName
{
background-color: #FF15E4;
}
</style>
border-color css
<style>
span { border-color: #FF15E4; }
span { border-color: rgb(255,21,228); }
td.TdClassName
{
border-color: #FF15E4;
}
.TagClassName
{
border-color: #FF15E4;
}
</style>