Shades of Magenta #FE18FE
Tints of Magenta #FE18FE
RGB
CMYK
RGB Variations
Color information
#FE18FE (or 0xFE18FE) is known color: Magenta. HEX triplet: FE, 18 and FE. RGB value is (254,24,254). Sum of RGB (Red+Green+Blue) = 254+24+254=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 24 (9.77% from 255 or 4.51% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE18FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18FE is #01E701. Grayscale: #767676. Windows color (decimal): -124674 or 16652542. OLE color: 16652542.
HSL color Cylindrical-coordinate representation of color #FE18FE: hue angle of 300º 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 #FE18FE is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 254 | - |
| CMYK | 0 | 0.91 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.55% | - |
| HSV(B) | 300º | 0.91% | 1% | - |
| XYZ | 59.09 | 28.88 | 96.23 | - |
| YUV | 118.99 | 204.2 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 254 | 0 | 0.91 | 0 | 0.00 | 300 | 0.99 | 0.55 |
| Hex | FE | 18 | FE | 0 | 5B | 0 | 0 | 12C | 63 | 37 |
| Octal | 376 | 30 | 376 | 0 | 133 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111110 | 11000 | 11111110 | 0 | 1011011 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FE18FE
Complementary color
Monochromatic Colors of #FE18FE
Black with #FE18FE
Text Example
Text Example
White with #FE18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18FE; }
p { color: rgb(254,24,254); }
H1.HeaderClassName
{
color: #FE18FE;
}
.AnyTagClassName
{
color: #FE18FE;
}
</style>
background-color css
<style>
a { background-color: #FE18FE; }
a { background-color: rgb(254,24,254); }
div.DivClassName
{
background-color: #FE18FE;
}
.BgClassName
{
background-color: #FE18FE;
}
</style>
border-color css
<style>
span { border-color: #FE18FE; }
span { border-color: rgb(254,24,254); }
td.TdClassName
{
border-color: #FE18FE;
}
.TagClassName
{
border-color: #FE18FE;
}
</style>