Shades of Hot Magenta #FF15DA
Tints of Hot Magenta #FF15DA
RGB
CMYK
RGB Variations
Color information
#FF15DA (or 0xFF15DA) is known color: Hot Magenta. HEX triplet: FF, 15 and DA. RGB value is (255,21,218). Sum of RGB (Red+Green+Blue) = 255+21+218=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15DA is #00EA25. Grayscale: #707070. Windows color (decimal): -59942 or 14292479. OLE color: 14292479.
HSL color Cylindrical-coordinate representation of color #FF15DA: hue angle of 309.49º 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 #FF15DA is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 218 | - |
| CMYK | 0 | 0.92 | 0.15 | 0 |
| HSL | 309.49º | 1% | 0.54% | - |
| HSV(B) | 309.49º | 0.92% | 1% | - |
| XYZ | 54.16 | 26.86 | 68.66 | - |
| YUV | 113.42 | 187.02 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 218 | 0 | 0.92 | 0.15 | 0 | 309.49 | 1 | 0.54 |
| Hex | FF | 15 | DA | 0 | 5C | F | 0 | 135 | 64 | 36 |
| Octal | 377 | 25 | 332 | 0 | 134 | 17 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10101 | 11011010 | 0 | 1011100 | 1111 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF15DA
Complementary color
Monochromatic Colors of #FF15DA
Black with #FF15DA
Text Example
Text Example
White with #FF15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15DA; }
p { color: rgb(255,21,218); }
H1.HeaderClassName
{
color: #FF15DA;
}
.AnyTagClassName
{
color: #FF15DA;
}
</style>
background-color css
<style>
a { background-color: #FF15DA; }
a { background-color: rgb(255,21,218); }
div.DivClassName
{
background-color: #FF15DA;
}
.BgClassName
{
background-color: #FF15DA;
}
</style>
border-color css
<style>
span { border-color: #FF15DA; }
span { border-color: rgb(255,21,218); }
td.TdClassName
{
border-color: #FF15DA;
}
.TagClassName
{
border-color: #FF15DA;
}
</style>