Shades of Magenta #FE18EE
Tints of Magenta #FE18EE
RGB
CMYK
RGB Variations
Color information
#FE18EE (or 0xFE18EE) is known color: Magenta. HEX triplet: FE, 18 and EE. RGB value is (254,24,238). Sum of RGB (Red+Green+Blue) = 254+24+238=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18EE is #01E711. Grayscale: #747474. Windows color (decimal): -124690 or 15603966. OLE color: 15603966.
HSL color Cylindrical-coordinate representation of color #FE18EE: hue angle of 304.17º 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 #FE18EE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 238 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.00 |
| HSL | 304.17º | 0.99% | 0.55% | - |
| HSV(B) | 304.17º | 0.91% | 1% | - |
| XYZ | 56.63 | 27.9 | 83.29 | - |
| YUV | 117.17 | 196.2 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 238 | 0 | 0.91 | 0.06 | 0.00 | 304.17 | 0.99 | 0.55 |
| Hex | FE | 18 | EE | 0 | 5B | 6 | 0 | 130 | 63 | 37 |
| Octal | 376 | 30 | 356 | 0 | 133 | 6 | 0 | 460 | 143 | 67 |
| Binary | 11111110 | 11000 | 11101110 | 0 | 1011011 | 110 | 0 | 100110000 | 1100011 | 110111 |
Color Harmonies of #FE18EE
Complementary color
Monochromatic Colors of #FE18EE
Black with #FE18EE
Text Example
Text Example
White with #FE18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18EE; }
p { color: rgb(254,24,238); }
H1.HeaderClassName
{
color: #FE18EE;
}
.AnyTagClassName
{
color: #FE18EE;
}
</style>
background-color css
<style>
a { background-color: #FE18EE; }
a { background-color: rgb(254,24,238); }
div.DivClassName
{
background-color: #FE18EE;
}
.BgClassName
{
background-color: #FE18EE;
}
</style>
border-color css
<style>
span { border-color: #FE18EE; }
span { border-color: rgb(254,24,238); }
td.TdClassName
{
border-color: #FE18EE;
}
.TagClassName
{
border-color: #FE18EE;
}
</style>