Shades of Hot Magenta #FE18DD
Tints of Hot Magenta #FE18DD
RGB
CMYK
RGB Variations
Color information
#FE18DD (or 0xFE18DD) is known color: Hot Magenta. HEX triplet: FE, 18 and DD. RGB value is (254,24,221). Sum of RGB (Red+Green+Blue) = 254+24+221=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18DD is #01E722. Grayscale: #727272. Windows color (decimal): -124707 or 14489854. OLE color: 14489854.
HSL color Cylindrical-coordinate representation of color #FE18DD: hue angle of 308.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18DD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 221 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.00 |
| HSL | 308.61º | 0.99% | 0.55% | - |
| HSV(B) | 308.61º | 0.91% | 1% | - |
| XYZ | 54.25 | 26.94 | 70.75 | - |
| YUV | 115.23 | 187.7 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 221 | 0 | 0.91 | 0.13 | 0.00 | 308.61 | 0.99 | 0.55 |
| Hex | FE | 18 | DD | 0 | 5B | D | 0 | 135 | 63 | 37 |
| Octal | 376 | 30 | 335 | 0 | 133 | 15 | 0 | 465 | 143 | 67 |
| Binary | 11111110 | 11000 | 11011101 | 0 | 1011011 | 1101 | 0 | 100110101 | 1100011 | 110111 |
Color Harmonies of #FE18DD
Complementary color
Monochromatic Colors of #FE18DD
Black with #FE18DD
Text Example
Text Example
White with #FE18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18DD; }
p { color: rgb(254,24,221); }
H1.HeaderClassName
{
color: #FE18DD;
}
.AnyTagClassName
{
color: #FE18DD;
}
</style>
background-color css
<style>
a { background-color: #FE18DD; }
a { background-color: rgb(254,24,221); }
div.DivClassName
{
background-color: #FE18DD;
}
.BgClassName
{
background-color: #FE18DD;
}
</style>
border-color css
<style>
span { border-color: #FE18DD; }
span { border-color: rgb(254,24,221); }
td.TdClassName
{
border-color: #FE18DD;
}
.TagClassName
{
border-color: #FE18DD;
}
</style>