Shades of Hot Magenta #FE18DE
Tints of Hot Magenta #FE18DE
RGB
CMYK
RGB Variations
Color information
#FE18DE (or 0xFE18DE) is known color: Hot Magenta. HEX triplet: FE, 18 and DE. RGB value is (254,24,222). Sum of RGB (Red+Green+Blue) = 254+24+222=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18DE is #01E721. Grayscale: #727272. Windows color (decimal): -124706 or 14555390. OLE color: 14555390.
HSL color Cylindrical-coordinate representation of color #FE18DE: hue angle of 308.35º 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 #FE18DE is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 222 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.00 |
| HSL | 308.35º | 0.99% | 0.55% | - |
| HSV(B) | 308.35º | 0.91% | 1% | - |
| XYZ | 54.38 | 27 | 71.45 | - |
| YUV | 115.34 | 188.2 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 222 | 0 | 0.91 | 0.13 | 0.00 | 308.35 | 0.99 | 0.55 |
| Hex | FE | 18 | DE | 0 | 5B | D | 0 | 134 | 63 | 37 |
| Octal | 376 | 30 | 336 | 0 | 133 | 15 | 0 | 464 | 143 | 67 |
| Binary | 11111110 | 11000 | 11011110 | 0 | 1011011 | 1101 | 0 | 100110100 | 1100011 | 110111 |
Color Harmonies of #FE18DE
Complementary color
Monochromatic Colors of #FE18DE
Black with #FE18DE
Text Example
Text Example
White with #FE18DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18DE; }
p { color: rgb(254,24,222); }
H1.HeaderClassName
{
color: #FE18DE;
}
.AnyTagClassName
{
color: #FE18DE;
}
</style>
background-color css
<style>
a { background-color: #FE18DE; }
a { background-color: rgb(254,24,222); }
div.DivClassName
{
background-color: #FE18DE;
}
.BgClassName
{
background-color: #FE18DE;
}
</style>
border-color css
<style>
span { border-color: #FE18DE; }
span { border-color: rgb(254,24,222); }
td.TdClassName
{
border-color: #FE18DE;
}
.TagClassName
{
border-color: #FE18DE;
}
</style>