Shades of Magenta #FE31FB
Tints of Magenta #FE31FB
RGB
CMYK
RGB Variations
Color information
#FE31FB (or 0xFE31FB) is known color: Magenta. HEX triplet: FE, 31 and FB. RGB value is (254,49,251). Sum of RGB (Red+Green+Blue) = 254+49+251=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 49 (19.53% from 255 or 8.84% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31FB is #01CE04. Grayscale: #848484. Windows color (decimal): -118277 or 16462334. OLE color: 16462334.
HSL color Cylindrical-coordinate representation of color #FE31FB: hue angle of 300.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31FB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 251 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.00 |
| HSL | 300.88º | 0.99% | 0.59% | - |
| HSV(B) | 300.88º | 0.81% | 1% | - |
| XYZ | 59.38 | 30.23 | 93.97 | - |
| YUV | 133.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 251 | 0 | 0.81 | 0.01 | 0.00 | 300.88 | 0.99 | 0.59 |
| Hex | FE | 31 | FB | 0 | 51 | 1 | 0 | 12D | 63 | 3B |
| Octal | 376 | 61 | 373 | 0 | 121 | 1 | 0 | 455 | 143 | 73 |
| Binary | 11111110 | 110001 | 11111011 | 0 | 1010001 | 1 | 0 | 100101101 | 1100011 | 111011 |
Color Harmonies of #FE31FB
Complementary color
Monochromatic Colors of #FE31FB
Black with #FE31FB
Text Example
Text Example
White with #FE31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31FB; }
p { color: rgb(254,49,251); }
H1.HeaderClassName
{
color: #FE31FB;
}
.AnyTagClassName
{
color: #FE31FB;
}
</style>
background-color css
<style>
a { background-color: #FE31FB; }
a { background-color: rgb(254,49,251); }
div.DivClassName
{
background-color: #FE31FB;
}
.BgClassName
{
background-color: #FE31FB;
}
</style>
border-color css
<style>
span { border-color: #FE31FB; }
span { border-color: rgb(254,49,251); }
td.TdClassName
{
border-color: #FE31FB;
}
.TagClassName
{
border-color: #FE31FB;
}
</style>