Shades of Magenta #FE1FFB
Tints of Magenta #FE1FFB
RGB
CMYK
RGB Variations
Color information
#FE1FFB (or 0xFE1FFB) is known color: Magenta. HEX triplet: FE, 1F and FB. RGB value is (254,31,251). Sum of RGB (Red+Green+Blue) = 254+31+251=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 31 (12.5% from 255 or 5.78% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FFB is #01E004. Grayscale: #7A7A7A. Windows color (decimal): -122885 or 16457726. OLE color: 16457726.
HSL color Cylindrical-coordinate representation of color #FE1FFB: hue angle of 300.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FFB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 251 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.00 |
| HSL | 300.81º | 0.99% | 0.56% | - |
| HSV(B) | 300.81º | 0.88% | 1% | - |
| XYZ | 58.78 | 29.02 | 93.77 | - |
| YUV | 122.76 | 200.38 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 251 | 0 | 0.88 | 0.01 | 0.00 | 300.81 | 0.99 | 0.56 |
| Hex | FE | 1F | FB | 0 | 58 | 1 | 0 | 12D | 63 | 38 |
| Octal | 376 | 37 | 373 | 0 | 130 | 1 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 11111 | 11111011 | 0 | 1011000 | 1 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE1FFB
Complementary color
Monochromatic Colors of #FE1FFB
Black with #FE1FFB
Text Example
Text Example
White with #FE1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FFB; }
p { color: rgb(254,31,251); }
H1.HeaderClassName
{
color: #FE1FFB;
}
.AnyTagClassName
{
color: #FE1FFB;
}
</style>
background-color css
<style>
a { background-color: #FE1FFB; }
a { background-color: rgb(254,31,251); }
div.DivClassName
{
background-color: #FE1FFB;
}
.BgClassName
{
background-color: #FE1FFB;
}
</style>
border-color css
<style>
span { border-color: #FE1FFB; }
span { border-color: rgb(254,31,251); }
td.TdClassName
{
border-color: #FE1FFB;
}
.TagClassName
{
border-color: #FE1FFB;
}
</style>