Shades of Magenta #FE24FF
Tints of Magenta #FE24FF
RGB
CMYK
RGB Variations
Color information
#FE24FF (or 0xFE24FF) is known color: Magenta. HEX triplet: FE, 24 and FF. RGB value is (254,36,255). Sum of RGB (Red+Green+Blue) = 254+36+255=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 36 (14.45% from 255 or 6.61% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE24FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE24FF is #01DB00. Grayscale: #7D7D7D. Windows color (decimal): -121601 or 16721150. OLE color: 16721150.
HSL color Cylindrical-coordinate representation of color #FE24FF: hue angle of 299.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE24FF is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 36 | 255 | - |
| CMYK | 0.00 | 0.86 | 0 | 0 |
| HSL | 299.73º | 1% | 0.57% | - |
| HSV(B) | 299.73º | 0.86% | 1% | - |
| XYZ | 59.55 | 29.55 | 97.17 | - |
| YUV | 126.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 255 | 0.00 | 0.86 | 0 | 0 | 299.73 | 1 | 0.57 |
| Hex | FE | 24 | FF | 0 | 56 | 0 | 0 | 12C | 64 | 39 |
| Octal | 376 | 44 | 377 | 0 | 126 | 0 | 0 | 454 | 144 | 71 |
| Binary | 11111110 | 100100 | 11111111 | 0 | 1010110 | 0 | 0 | 100101100 | 1100100 | 111001 |
Color Harmonies of #FE24FF
Complementary color
Monochromatic Colors of #FE24FF
Black with #FE24FF
Text Example
Text Example
White with #FE24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24FF; }
p { color: rgb(254,36,255); }
H1.HeaderClassName
{
color: #FE24FF;
}
.AnyTagClassName
{
color: #FE24FF;
}
</style>
background-color css
<style>
a { background-color: #FE24FF; }
a { background-color: rgb(254,36,255); }
div.DivClassName
{
background-color: #FE24FF;
}
.BgClassName
{
background-color: #FE24FF;
}
</style>
border-color css
<style>
span { border-color: #FE24FF; }
span { border-color: rgb(254,36,255); }
td.TdClassName
{
border-color: #FE24FF;
}
.TagClassName
{
border-color: #FE24FF;
}
</style>