Shades of Hot Magenta #FF19DF
Tints of Hot Magenta #FF19DF
RGB
CMYK
RGB Variations
Color information
#FF19DF (or 0xFF19DF) is known color: Hot Magenta. HEX triplet: FF, 19 and DF. RGB value is (255,25,223). Sum of RGB (Red+Green+Blue) = 255+25+223=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19DF is #00E620. Grayscale: #737373. Windows color (decimal): -58913 or 14621183. OLE color: 14621183.
HSL color Cylindrical-coordinate representation of color #FF19DF: hue angle of 308.35º 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 #FF19DF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 223 | - |
| CMYK | 0 | 0.90 | 0.13 | 0 |
| HSL | 308.35º | 1% | 0.55% | - |
| HSV(B) | 308.35º | 0.9% | 1% | - |
| XYZ | 54.91 | 27.28 | 72.18 | - |
| YUV | 116.34 | 188.2 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 223 | 0 | 0.90 | 0.13 | 0 | 308.35 | 1 | 0.55 |
| Hex | FF | 19 | DF | 0 | 5A | D | 0 | 134 | 64 | 37 |
| Octal | 377 | 31 | 337 | 0 | 132 | 15 | 0 | 464 | 144 | 67 |
| Binary | 11111111 | 11001 | 11011111 | 0 | 1011010 | 1101 | 0 | 100110100 | 1100100 | 110111 |
Color Harmonies of #FF19DF
Complementary color
Monochromatic Colors of #FF19DF
Black with #FF19DF
Text Example
Text Example
White with #FF19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19DF; }
p { color: rgb(255,25,223); }
H1.HeaderClassName
{
color: #FF19DF;
}
.AnyTagClassName
{
color: #FF19DF;
}
</style>
background-color css
<style>
a { background-color: #FF19DF; }
a { background-color: rgb(255,25,223); }
div.DivClassName
{
background-color: #FF19DF;
}
.BgClassName
{
background-color: #FF19DF;
}
</style>
border-color css
<style>
span { border-color: #FF19DF; }
span { border-color: rgb(255,25,223); }
td.TdClassName
{
border-color: #FF19DF;
}
.TagClassName
{
border-color: #FF19DF;
}
</style>