Shades of Magenta #FE24F8
Tints of Magenta #FE24F8
RGB
CMYK
RGB Variations
Color information
#FE24F8 (or 0xFE24F8) is known color: Magenta. HEX triplet: FE, 24 and F8. RGB value is (254,36,248). Sum of RGB (Red+Green+Blue) = 254+36+248=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 36 (14.45% from 255 or 6.69% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE24F8 is #01DB07. Grayscale: #7C7C7C. Windows color (decimal): -121608 or 16262398. OLE color: 16262398.
HSL color Cylindrical-coordinate representation of color #FE24F8: hue angle of 301.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE24F8 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 248 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.00 |
| HSL | 301.65º | 0.99% | 0.57% | - |
| HSV(B) | 301.65º | 0.86% | 1% | - |
| XYZ | 58.45 | 29.11 | 91.35 | - |
| YUV | 125.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 248 | 0 | 0.86 | 0.02 | 0.00 | 301.65 | 0.99 | 0.57 |
| Hex | FE | 24 | F8 | 0 | 56 | 2 | 0 | 12E | 63 | 39 |
| Octal | 376 | 44 | 370 | 0 | 126 | 2 | 0 | 456 | 143 | 71 |
| Binary | 11111110 | 100100 | 11111000 | 0 | 1010110 | 10 | 0 | 100101110 | 1100011 | 111001 |
Color Harmonies of #FE24F8
Complementary color
Monochromatic Colors of #FE24F8
Black with #FE24F8
Text Example
Text Example
White with #FE24F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24F8; }
p { color: rgb(254,36,248); }
H1.HeaderClassName
{
color: #FE24F8;
}
.AnyTagClassName
{
color: #FE24F8;
}
</style>
background-color css
<style>
a { background-color: #FE24F8; }
a { background-color: rgb(254,36,248); }
div.DivClassName
{
background-color: #FE24F8;
}
.BgClassName
{
background-color: #FE24F8;
}
</style>
border-color css
<style>
span { border-color: #FE24F8; }
span { border-color: rgb(254,36,248); }
td.TdClassName
{
border-color: #FE24F8;
}
.TagClassName
{
border-color: #FE24F8;
}
</style>