Shades of Magenta #FE1AFB
Tints of Magenta #FE1AFB
RGB
CMYK
RGB Variations
Color information
#FE1AFB (or 0xFE1AFB) is known color: Magenta. HEX triplet: FE, 1A and FB. RGB value is (254,26,251). Sum of RGB (Red+Green+Blue) = 254+26+251=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 26 (10.55% from 255 or 4.90% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AFB is #01E504. Grayscale: #777777. Windows color (decimal): -124165 or 16456446. OLE color: 16456446.
HSL color Cylindrical-coordinate representation of color #FE1AFB: hue angle of 300.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AFB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 251 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.00 |
| HSL | 300.79º | 0.99% | 0.55% | - |
| HSV(B) | 300.79º | 0.9% | 1% | - |
| XYZ | 58.66 | 28.77 | 93.73 | - |
| YUV | 119.82 | 202.04 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 251 | 0 | 0.90 | 0.01 | 0.00 | 300.79 | 0.99 | 0.55 |
| Hex | FE | 1A | FB | 0 | 5A | 1 | 0 | 12D | 63 | 37 |
| Octal | 376 | 32 | 373 | 0 | 132 | 1 | 0 | 455 | 143 | 67 |
| Binary | 11111110 | 11010 | 11111011 | 0 | 1011010 | 1 | 0 | 100101101 | 1100011 | 110111 |
Color Harmonies of #FE1AFB
Complementary color
Monochromatic Colors of #FE1AFB
Black with #FE1AFB
Text Example
Text Example
White with #FE1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AFB; }
p { color: rgb(254,26,251); }
H1.HeaderClassName
{
color: #FE1AFB;
}
.AnyTagClassName
{
color: #FE1AFB;
}
</style>
background-color css
<style>
a { background-color: #FE1AFB; }
a { background-color: rgb(254,26,251); }
div.DivClassName
{
background-color: #FE1AFB;
}
.BgClassName
{
background-color: #FE1AFB;
}
</style>
border-color css
<style>
span { border-color: #FE1AFB; }
span { border-color: rgb(254,26,251); }
td.TdClassName
{
border-color: #FE1AFB;
}
.TagClassName
{
border-color: #FE1AFB;
}
</style>