Shades of Magenta #FE15F1
Tints of Magenta #FE15F1
RGB
CMYK
RGB Variations
Color information
#FE15F1 (or 0xFE15F1) is known color: Magenta. HEX triplet: FE, 15 and F1. RGB value is (254,21,241). Sum of RGB (Red+Green+Blue) = 254+21+241=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15F1 is #01EA0E. Grayscale: #737373. Windows color (decimal): -125455 or 15799806. OLE color: 15799806.
HSL color Cylindrical-coordinate representation of color #FE15F1: hue angle of 303.35º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15F1 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 241 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.00 |
| HSL | 303.35º | 0.99% | 0.54% | - |
| HSV(B) | 303.35º | 0.92% | 1% | - |
| XYZ | 57.02 | 27.96 | 85.61 | - |
| YUV | 115.75 | 198.69 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 241 | 0 | 0.92 | 0.05 | 0.00 | 303.35 | 0.99 | 0.54 |
| Hex | FE | 15 | F1 | 0 | 5C | 5 | 0 | 12F | 63 | 36 |
| Octal | 376 | 25 | 361 | 0 | 134 | 5 | 0 | 457 | 143 | 66 |
| Binary | 11111110 | 10101 | 11110001 | 0 | 1011100 | 101 | 0 | 100101111 | 1100011 | 110110 |
Color Harmonies of #FE15F1
Complementary color
Monochromatic Colors of #FE15F1
Black with #FE15F1
Text Example
Text Example
White with #FE15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15F1; }
p { color: rgb(254,21,241); }
H1.HeaderClassName
{
color: #FE15F1;
}
.AnyTagClassName
{
color: #FE15F1;
}
</style>
background-color css
<style>
a { background-color: #FE15F1; }
a { background-color: rgb(254,21,241); }
div.DivClassName
{
background-color: #FE15F1;
}
.BgClassName
{
background-color: #FE15F1;
}
</style>
border-color css
<style>
span { border-color: #FE15F1; }
span { border-color: rgb(254,21,241); }
td.TdClassName
{
border-color: #FE15F1;
}
.TagClassName
{
border-color: #FE15F1;
}
</style>