Shades of Hot Magenta #FF15DC
Tints of Hot Magenta #FF15DC
RGB
CMYK
RGB Variations
Color information
#FF15DC (or 0xFF15DC) is known color: Hot Magenta. HEX triplet: FF, 15 and DC. RGB value is (255,21,220). Sum of RGB (Red+Green+Blue) = 255+21+220=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15DC is #00EA23. Grayscale: #717171. Windows color (decimal): -59940 or 14423551. OLE color: 14423551.
HSL color Cylindrical-coordinate representation of color #FF15DC: hue angle of 308.97º 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 #FF15DC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 220 | - |
| CMYK | 0 | 0.92 | 0.14 | 0 |
| HSL | 308.97º | 1% | 0.54% | - |
| HSV(B) | 308.97º | 0.92% | 1% | - |
| XYZ | 54.43 | 26.96 | 70.05 | - |
| YUV | 113.65 | 188.02 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 220 | 0 | 0.92 | 0.14 | 0 | 308.97 | 1 | 0.54 |
| Hex | FF | 15 | DC | 0 | 5C | E | 0 | 135 | 64 | 36 |
| Octal | 377 | 25 | 334 | 0 | 134 | 16 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10101 | 11011100 | 0 | 1011100 | 1110 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF15DC
Complementary color
Monochromatic Colors of #FF15DC
Black with #FF15DC
Text Example
Text Example
White with #FF15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15DC; }
p { color: rgb(255,21,220); }
H1.HeaderClassName
{
color: #FF15DC;
}
.AnyTagClassName
{
color: #FF15DC;
}
</style>
background-color css
<style>
a { background-color: #FF15DC; }
a { background-color: rgb(255,21,220); }
div.DivClassName
{
background-color: #FF15DC;
}
.BgClassName
{
background-color: #FF15DC;
}
</style>
border-color css
<style>
span { border-color: #FF15DC; }
span { border-color: rgb(255,21,220); }
td.TdClassName
{
border-color: #FF15DC;
}
.TagClassName
{
border-color: #FF15DC;
}
</style>