Shades of Magenta #FE15F4
Tints of Magenta #FE15F4
RGB
CMYK
RGB Variations
Color information
#FE15F4 (or 0xFE15F4) is known color: Magenta. HEX triplet: FE, 15 and F4. RGB value is (254,21,244). Sum of RGB (Red+Green+Blue) = 254+21+244=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 21 (8.59% from 255 or 4.05% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15F4 is #01EA0B. Grayscale: #737373. Windows color (decimal): -125452 or 15996414. OLE color: 15996414.
HSL color Cylindrical-coordinate representation of color #FE15F4: hue angle of 302.58º 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 #FE15F4 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 244 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.00 |
| HSL | 302.58º | 0.99% | 0.54% | - |
| HSV(B) | 302.58º | 0.92% | 1% | - |
| XYZ | 57.47 | 28.14 | 87.99 | - |
| YUV | 116.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 244 | 0 | 0.92 | 0.04 | 0.00 | 302.58 | 0.99 | 0.54 |
| Hex | FE | 15 | F4 | 0 | 5C | 4 | 0 | 12F | 63 | 36 |
| Octal | 376 | 25 | 364 | 0 | 134 | 4 | 0 | 457 | 143 | 66 |
| Binary | 11111110 | 10101 | 11110100 | 0 | 1011100 | 100 | 0 | 100101111 | 1100011 | 110110 |
Color Harmonies of #FE15F4
Complementary color
Monochromatic Colors of #FE15F4
Black with #FE15F4
Text Example
Text Example
White with #FE15F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15F4; }
p { color: rgb(254,21,244); }
H1.HeaderClassName
{
color: #FE15F4;
}
.AnyTagClassName
{
color: #FE15F4;
}
</style>
background-color css
<style>
a { background-color: #FE15F4; }
a { background-color: rgb(254,21,244); }
div.DivClassName
{
background-color: #FE15F4;
}
.BgClassName
{
background-color: #FE15F4;
}
</style>
border-color css
<style>
span { border-color: #FE15F4; }
span { border-color: rgb(254,21,244); }
td.TdClassName
{
border-color: #FE15F4;
}
.TagClassName
{
border-color: #FE15F4;
}
</style>