Shades of Magenta #FE18ED
Tints of Magenta #FE18ED
RGB
CMYK
RGB Variations
Color information
#FE18ED (or 0xFE18ED) is known color: Magenta. HEX triplet: FE, 18 and ED. RGB value is (254,24,237). Sum of RGB (Red+Green+Blue) = 254+24+237=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 24 (9.77% from 255 or 4.66% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18ED is #01E712. Grayscale: #747474. Windows color (decimal): -124691 or 15538430. OLE color: 15538430.
HSL color Cylindrical-coordinate representation of color #FE18ED: hue angle of 304.43º 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 #FE18ED is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 237 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.00 |
| HSL | 304.43º | 0.99% | 0.55% | - |
| HSV(B) | 304.43º | 0.91% | 1% | - |
| XYZ | 56.49 | 27.84 | 82.52 | - |
| YUV | 117.05 | 195.7 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 237 | 0 | 0.91 | 0.07 | 0.00 | 304.43 | 0.99 | 0.55 |
| Hex | FE | 18 | ED | 0 | 5B | 7 | 0 | 130 | 63 | 37 |
| Octal | 376 | 30 | 355 | 0 | 133 | 7 | 0 | 460 | 143 | 67 |
| Binary | 11111110 | 11000 | 11101101 | 0 | 1011011 | 111 | 0 | 100110000 | 1100011 | 110111 |
Color Harmonies of #FE18ED
Complementary color
Monochromatic Colors of #FE18ED
Black with #FE18ED
Text Example
Text Example
White with #FE18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18ED; }
p { color: rgb(254,24,237); }
H1.HeaderClassName
{
color: #FE18ED;
}
.AnyTagClassName
{
color: #FE18ED;
}
</style>
background-color css
<style>
a { background-color: #FE18ED; }
a { background-color: rgb(254,24,237); }
div.DivClassName
{
background-color: #FE18ED;
}
.BgClassName
{
background-color: #FE18ED;
}
</style>
border-color css
<style>
span { border-color: #FE18ED; }
span { border-color: rgb(254,24,237); }
td.TdClassName
{
border-color: #FE18ED;
}
.TagClassName
{
border-color: #FE18ED;
}
</style>