Shades of Magenta #FE15FB
Tints of Magenta #FE15FB
RGB
CMYK
RGB Variations
Color information
#FE15FB (or 0xFE15FB) is known color: Magenta. HEX triplet: FE, 15 and FB. RGB value is (254,21,251). Sum of RGB (Red+Green+Blue) = 254+21+251=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 21 (8.59% from 255 or 3.99% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15FB is #01EA04. Grayscale: #747474. Windows color (decimal): -125445 or 16455166. OLE color: 16455166.
HSL color Cylindrical-coordinate representation of color #FE15FB: hue angle of 300.77º 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 #FE15FB is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 251 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.00 |
| HSL | 300.77º | 0.99% | 0.54% | - |
| HSV(B) | 300.77º | 0.92% | 1% | - |
| XYZ | 58.55 | 28.57 | 93.7 | - |
| YUV | 116.89 | 203.69 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 251 | 0 | 0.92 | 0.01 | 0.00 | 300.77 | 0.99 | 0.54 |
| Hex | FE | 15 | FB | 0 | 5C | 1 | 0 | 12D | 63 | 36 |
| Octal | 376 | 25 | 373 | 0 | 134 | 1 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10101 | 11111011 | 0 | 1011100 | 1 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE15FB
Complementary color
Monochromatic Colors of #FE15FB
Black with #FE15FB
Text Example
Text Example
White with #FE15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15FB; }
p { color: rgb(254,21,251); }
H1.HeaderClassName
{
color: #FE15FB;
}
.AnyTagClassName
{
color: #FE15FB;
}
</style>
background-color css
<style>
a { background-color: #FE15FB; }
a { background-color: rgb(254,21,251); }
div.DivClassName
{
background-color: #FE15FB;
}
.BgClassName
{
background-color: #FE15FB;
}
</style>
border-color css
<style>
span { border-color: #FE15FB; }
span { border-color: rgb(254,21,251); }
td.TdClassName
{
border-color: #FE15FB;
}
.TagClassName
{
border-color: #FE15FB;
}
</style>