Shades of Hot Magenta #FF19DA
Tints of Hot Magenta #FF19DA
RGB
CMYK
RGB Variations
Color information
#FF19DA (or 0xFF19DA) is known color: Hot Magenta. HEX triplet: FF, 19 and DA. RGB value is (255,25,218). Sum of RGB (Red+Green+Blue) = 255+25+218=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19DA is #00E625. Grayscale: #737373. Windows color (decimal): -58918 or 14293503. OLE color: 14293503.
HSL color Cylindrical-coordinate representation of color #FF19DA: hue angle of 309.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19DA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 218 | - |
| CMYK | 0 | 0.90 | 0.15 | 0 |
| HSL | 309.65º | 1% | 0.55% | - |
| HSV(B) | 309.65º | 0.9% | 1% | - |
| XYZ | 54.24 | 27.02 | 68.69 | - |
| YUV | 115.77 | 185.7 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 218 | 0 | 0.90 | 0.15 | 0 | 309.65 | 1 | 0.55 |
| Hex | FF | 19 | DA | 0 | 5A | F | 0 | 136 | 64 | 37 |
| Octal | 377 | 31 | 332 | 0 | 132 | 17 | 0 | 466 | 144 | 67 |
| Binary | 11111111 | 11001 | 11011010 | 0 | 1011010 | 1111 | 0 | 100110110 | 1100100 | 110111 |
Color Harmonies of #FF19DA
Complementary color
Monochromatic Colors of #FF19DA
Black with #FF19DA
Text Example
Text Example
White with #FF19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19DA; }
p { color: rgb(255,25,218); }
H1.HeaderClassName
{
color: #FF19DA;
}
.AnyTagClassName
{
color: #FF19DA;
}
</style>
background-color css
<style>
a { background-color: #FF19DA; }
a { background-color: rgb(255,25,218); }
div.DivClassName
{
background-color: #FF19DA;
}
.BgClassName
{
background-color: #FF19DA;
}
</style>
border-color css
<style>
span { border-color: #FF19DA; }
span { border-color: rgb(255,25,218); }
td.TdClassName
{
border-color: #FF19DA;
}
.TagClassName
{
border-color: #FF19DA;
}
</style>