Shades of Hot Magenta #FE19DF
Tints of Hot Magenta #FE19DF
RGB
CMYK
RGB Variations
Color information
#FE19DF (or 0xFE19DF) is known color: Hot Magenta. HEX triplet: FE, 19 and DF. RGB value is (254,25,223). Sum of RGB (Red+Green+Blue) = 254+25+223=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19DF is #01E620. Grayscale: #737373. Windows color (decimal): -124449 or 14621182. OLE color: 14621182.
HSL color Cylindrical-coordinate representation of color #FE19DF: hue angle of 308.12º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19DF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 223 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.00 |
| HSL | 308.12º | 0.99% | 0.55% | - |
| HSV(B) | 308.12º | 0.9% | 1% | - |
| XYZ | 54.54 | 27.09 | 72.17 | - |
| YUV | 116.04 | 188.37 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 223 | 0 | 0.90 | 0.12 | 0.00 | 308.12 | 0.99 | 0.55 |
| Hex | FE | 19 | DF | 0 | 5A | C | 0 | 134 | 63 | 37 |
| Octal | 376 | 31 | 337 | 0 | 132 | 14 | 0 | 464 | 143 | 67 |
| Binary | 11111110 | 11001 | 11011111 | 0 | 1011010 | 1100 | 0 | 100110100 | 1100011 | 110111 |
Color Harmonies of #FE19DF
Complementary color
Monochromatic Colors of #FE19DF
Black with #FE19DF
Text Example
Text Example
White with #FE19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19DF; }
p { color: rgb(254,25,223); }
H1.HeaderClassName
{
color: #FE19DF;
}
.AnyTagClassName
{
color: #FE19DF;
}
</style>
background-color css
<style>
a { background-color: #FE19DF; }
a { background-color: rgb(254,25,223); }
div.DivClassName
{
background-color: #FE19DF;
}
.BgClassName
{
background-color: #FE19DF;
}
</style>
border-color css
<style>
span { border-color: #FE19DF; }
span { border-color: rgb(254,25,223); }
td.TdClassName
{
border-color: #FE19DF;
}
.TagClassName
{
border-color: #FE19DF;
}
</style>