Shades of Hot Magenta #FE18DA
Tints of Hot Magenta #FE18DA
RGB
CMYK
RGB Variations
Color information
#FE18DA (or 0xFE18DA) is known color: Hot Magenta. HEX triplet: FE, 18 and DA. RGB value is (254,24,218). Sum of RGB (Red+Green+Blue) = 254+24+218=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18DA is #01E725. Grayscale: #727272. Windows color (decimal): -124710 or 14293246. OLE color: 14293246.
HSL color Cylindrical-coordinate representation of color #FE18DA: hue angle of 309.39º 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 #FE18DA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 218 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.00 |
| HSL | 309.39º | 0.99% | 0.55% | - |
| HSV(B) | 309.39º | 0.91% | 1% | - |
| XYZ | 53.85 | 26.79 | 68.66 | - |
| YUV | 114.89 | 186.2 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 218 | 0 | 0.91 | 0.14 | 0.00 | 309.39 | 0.99 | 0.55 |
| Hex | FE | 18 | DA | 0 | 5B | E | 0 | 135 | 63 | 37 |
| Octal | 376 | 30 | 332 | 0 | 133 | 16 | 0 | 465 | 143 | 67 |
| Binary | 11111110 | 11000 | 11011010 | 0 | 1011011 | 1110 | 0 | 100110101 | 1100011 | 110111 |
Color Harmonies of #FE18DA
Complementary color
Monochromatic Colors of #FE18DA
Black with #FE18DA
Text Example
Text Example
White with #FE18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18DA; }
p { color: rgb(254,24,218); }
H1.HeaderClassName
{
color: #FE18DA;
}
.AnyTagClassName
{
color: #FE18DA;
}
</style>
background-color css
<style>
a { background-color: #FE18DA; }
a { background-color: rgb(254,24,218); }
div.DivClassName
{
background-color: #FE18DA;
}
.BgClassName
{
background-color: #FE18DA;
}
</style>
border-color css
<style>
span { border-color: #FE18DA; }
span { border-color: rgb(254,24,218); }
td.TdClassName
{
border-color: #FE18DA;
}
.TagClassName
{
border-color: #FE18DA;
}
</style>