Shades of Hot Magenta #FF13DC
Tints of Hot Magenta #FF13DC
RGB
CMYK
RGB Variations
Color information
#FF13DC (or 0xFF13DC) is known color: Hot Magenta. HEX triplet: FF, 13 and DC. RGB value is (255,19,220). Sum of RGB (Red+Green+Blue) = 255+19+220=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13DC is #00EC23. Grayscale: #6F6F6F. Windows color (decimal): -60452 or 14423039. OLE color: 14423039.
HSL color Cylindrical-coordinate representation of color #FF13DC: hue angle of 308.9º 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 #FF13DC is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 220 | - |
| CMYK | 0 | 0.93 | 0.14 | 0 |
| HSL | 308.9º | 1% | 0.54% | - |
| HSV(B) | 308.9º | 0.93% | 1% | - |
| XYZ | 54.39 | 26.89 | 70.03 | - |
| YUV | 112.48 | 188.69 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 220 | 0 | 0.93 | 0.14 | 0 | 308.9 | 1 | 0.54 |
| Hex | FF | 13 | DC | 0 | 5D | E | 0 | 135 | 64 | 36 |
| Octal | 377 | 23 | 334 | 0 | 135 | 16 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10011 | 11011100 | 0 | 1011101 | 1110 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF13DC
Complementary color
Monochromatic Colors of #FF13DC
Black with #FF13DC
Text Example
Text Example
White with #FF13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13DC; }
p { color: rgb(255,19,220); }
H1.HeaderClassName
{
color: #FF13DC;
}
.AnyTagClassName
{
color: #FF13DC;
}
</style>
background-color css
<style>
a { background-color: #FF13DC; }
a { background-color: rgb(255,19,220); }
div.DivClassName
{
background-color: #FF13DC;
}
.BgClassName
{
background-color: #FF13DC;
}
</style>
border-color css
<style>
span { border-color: #FF13DC; }
span { border-color: rgb(255,19,220); }
td.TdClassName
{
border-color: #FF13DC;
}
.TagClassName
{
border-color: #FF13DC;
}
</style>