Shades of Magenta #FE18FF
Tints of Magenta #FE18FF
RGB
CMYK
RGB Variations
Color information
#FE18FF (or 0xFE18FF) is known color: Magenta. HEX triplet: FE, 18 and FF. RGB value is (254,24,255). Sum of RGB (Red+Green+Blue) = 254+24+255=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 24 (9.77% from 255 or 4.50% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18FF is #01E700. Grayscale: #767676. Windows color (decimal): -124673 or 16718078. OLE color: 16718078.
HSL color Cylindrical-coordinate representation of color #FE18FF: hue angle of 299.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18FF is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 24 | 255 | - |
| CMYK | 0.00 | 0.91 | 0 | 0 |
| HSL | 299.74º | 1% | 0.55% | - |
| HSV(B) | 299.74º | 0.91% | 1% | - |
| XYZ | 59.25 | 28.94 | 97.07 | - |
| YUV | 119.1 | 204.7 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 255 | 0.00 | 0.91 | 0 | 0 | 299.74 | 1 | 0.55 |
| Hex | FE | 18 | FF | 0 | 5B | 0 | 0 | 12C | 64 | 37 |
| Octal | 376 | 30 | 377 | 0 | 133 | 0 | 0 | 454 | 144 | 67 |
| Binary | 11111110 | 11000 | 11111111 | 0 | 1011011 | 0 | 0 | 100101100 | 1100100 | 110111 |
Color Harmonies of #FE18FF
Complementary color
Monochromatic Colors of #FE18FF
Black with #FE18FF
Text Example
Text Example
White with #FE18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18FF; }
p { color: rgb(254,24,255); }
H1.HeaderClassName
{
color: #FE18FF;
}
.AnyTagClassName
{
color: #FE18FF;
}
</style>
background-color css
<style>
a { background-color: #FE18FF; }
a { background-color: rgb(254,24,255); }
div.DivClassName
{
background-color: #FE18FF;
}
.BgClassName
{
background-color: #FE18FF;
}
</style>
border-color css
<style>
span { border-color: #FE18FF; }
span { border-color: rgb(254,24,255); }
td.TdClassName
{
border-color: #FE18FF;
}
.TagClassName
{
border-color: #FE18FF;
}
</style>