Shades of Magenta #FE2AFB
Tints of Magenta #FE2AFB
RGB
CMYK
RGB Variations
Color information
#FE2AFB (or 0xFE2AFB) is known color: Magenta. HEX triplet: FE, 2A and FB. RGB value is (254,42,251). Sum of RGB (Red+Green+Blue) = 254+42+251=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 42 (16.80% from 255 or 7.68% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2AFB is #01D504. Grayscale: #808080. Windows color (decimal): -120069 or 16460542. OLE color: 16460542.
HSL color Cylindrical-coordinate representation of color #FE2AFB: hue angle of 300.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2AFB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 251 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.00 |
| HSL | 300.85º | 0.99% | 0.58% | - |
| HSV(B) | 300.85º | 0.83% | 1% | - |
| XYZ | 59.11 | 29.69 | 93.88 | - |
| YUV | 129.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 251 | 0 | 0.83 | 0.01 | 0.00 | 300.85 | 0.99 | 0.58 |
| Hex | FE | 2A | FB | 0 | 53 | 1 | 0 | 12D | 63 | 3A |
| Octal | 376 | 52 | 373 | 0 | 123 | 1 | 0 | 455 | 143 | 72 |
| Binary | 11111110 | 101010 | 11111011 | 0 | 1010011 | 1 | 0 | 100101101 | 1100011 | 111010 |
Color Harmonies of #FE2AFB
Complementary color
Monochromatic Colors of #FE2AFB
Black with #FE2AFB
Text Example
Text Example
White with #FE2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2AFB; }
p { color: rgb(254,42,251); }
H1.HeaderClassName
{
color: #FE2AFB;
}
.AnyTagClassName
{
color: #FE2AFB;
}
</style>
background-color css
<style>
a { background-color: #FE2AFB; }
a { background-color: rgb(254,42,251); }
div.DivClassName
{
background-color: #FE2AFB;
}
.BgClassName
{
background-color: #FE2AFB;
}
</style>
border-color css
<style>
span { border-color: #FE2AFB; }
span { border-color: rgb(254,42,251); }
td.TdClassName
{
border-color: #FE2AFB;
}
.TagClassName
{
border-color: #FE2AFB;
}
</style>