Shades of Magenta #FE18F8
Tints of Magenta #FE18F8
RGB
CMYK
RGB Variations
Color information
#FE18F8 (or 0xFE18F8) is known color: Magenta. HEX triplet: FE, 18 and F8. RGB value is (254,24,248). Sum of RGB (Red+Green+Blue) = 254+24+248=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 24 (9.77% from 255 or 4.56% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE18F8 is #01E707. Grayscale: #757575. Windows color (decimal): -124680 or 16259326. OLE color: 16259326.
HSL color Cylindrical-coordinate representation of color #FE18F8: hue angle of 301.57º 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 #FE18F8 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 248 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.00 |
| HSL | 301.57º | 0.99% | 0.55% | - |
| HSV(B) | 301.57º | 0.91% | 1% | - |
| XYZ | 58.14 | 28.5 | 91.24 | - |
| YUV | 118.31 | 201.2 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 248 | 0 | 0.91 | 0.02 | 0.00 | 301.57 | 0.99 | 0.55 |
| Hex | FE | 18 | F8 | 0 | 5B | 2 | 0 | 12E | 63 | 37 |
| Octal | 376 | 30 | 370 | 0 | 133 | 2 | 0 | 456 | 143 | 67 |
| Binary | 11111110 | 11000 | 11111000 | 0 | 1011011 | 10 | 0 | 100101110 | 1100011 | 110111 |
Color Harmonies of #FE18F8
Complementary color
Monochromatic Colors of #FE18F8
Black with #FE18F8
Text Example
Text Example
White with #FE18F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18F8; }
p { color: rgb(254,24,248); }
H1.HeaderClassName
{
color: #FE18F8;
}
.AnyTagClassName
{
color: #FE18F8;
}
</style>
background-color css
<style>
a { background-color: #FE18F8; }
a { background-color: rgb(254,24,248); }
div.DivClassName
{
background-color: #FE18F8;
}
.BgClassName
{
background-color: #FE18F8;
}
</style>
border-color css
<style>
span { border-color: #FE18F8; }
span { border-color: rgb(254,24,248); }
td.TdClassName
{
border-color: #FE18F8;
}
.TagClassName
{
border-color: #FE18F8;
}
</style>