Shades of Magenta #FE24F1
Tints of Magenta #FE24F1
RGB
CMYK
RGB Variations
Color information
#FE24F1 (or 0xFE24F1) is known color: Magenta. HEX triplet: FE, 24 and F1. RGB value is (254,36,241). Sum of RGB (Red+Green+Blue) = 254+36+241=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 36 (14.45% from 255 or 6.78% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE24F1 is #01DB0E. Grayscale: #7B7B7B. Windows color (decimal): -121615 or 15803646. OLE color: 15803646.
HSL color Cylindrical-coordinate representation of color #FE24F1: hue angle of 303.58º 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 #FE24F1 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 241 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.00 |
| HSL | 303.58º | 0.99% | 0.57% | - |
| HSV(B) | 303.58º | 0.86% | 1% | - |
| XYZ | 57.38 | 28.68 | 85.73 | - |
| YUV | 124.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 241 | 0 | 0.86 | 0.05 | 0.00 | 303.58 | 0.99 | 0.57 |
| Hex | FE | 24 | F1 | 0 | 56 | 5 | 0 | 130 | 63 | 39 |
| Octal | 376 | 44 | 361 | 0 | 126 | 5 | 0 | 460 | 143 | 71 |
| Binary | 11111110 | 100100 | 11110001 | 0 | 1010110 | 101 | 0 | 100110000 | 1100011 | 111001 |
Color Harmonies of #FE24F1
Complementary color
Monochromatic Colors of #FE24F1
Black with #FE24F1
Text Example
Text Example
White with #FE24F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24F1; }
p { color: rgb(254,36,241); }
H1.HeaderClassName
{
color: #FE24F1;
}
.AnyTagClassName
{
color: #FE24F1;
}
</style>
background-color css
<style>
a { background-color: #FE24F1; }
a { background-color: rgb(254,36,241); }
div.DivClassName
{
background-color: #FE24F1;
}
.BgClassName
{
background-color: #FE24F1;
}
</style>
border-color css
<style>
span { border-color: #FE24F1; }
span { border-color: rgb(254,36,241); }
td.TdClassName
{
border-color: #FE24F1;
}
.TagClassName
{
border-color: #FE24F1;
}
</style>