Shades of Magenta #FE2FFB
Tints of Magenta #FE2FFB
RGB
CMYK
RGB Variations
Color information
#FE2FFB (or 0xFE2FFB) is known color: Magenta. HEX triplet: FE, 2F and FB. RGB value is (254,47,251). Sum of RGB (Red+Green+Blue) = 254+47+251=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 47 (18.75% from 255 or 8.51% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FFB is #01D004. Grayscale: #838383. Windows color (decimal): -118789 or 16461822. OLE color: 16461822.
HSL color Cylindrical-coordinate representation of color #FE2FFB: hue angle of 300.87º 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 #FE2FFB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 251 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.00 |
| HSL | 300.87º | 0.99% | 0.59% | - |
| HSV(B) | 300.87º | 0.81% | 1% | - |
| XYZ | 59.3 | 30.07 | 93.95 | - |
| YUV | 132.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 251 | 0 | 0.81 | 0.01 | 0.00 | 300.87 | 0.99 | 0.59 |
| Hex | FE | 2F | FB | 0 | 51 | 1 | 0 | 12D | 63 | 3B |
| Octal | 376 | 57 | 373 | 0 | 121 | 1 | 0 | 455 | 143 | 73 |
| Binary | 11111110 | 101111 | 11111011 | 0 | 1010001 | 1 | 0 | 100101101 | 1100011 | 111011 |
Color Harmonies of #FE2FFB
Complementary color
Monochromatic Colors of #FE2FFB
Black with #FE2FFB
Text Example
Text Example
White with #FE2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FFB; }
p { color: rgb(254,47,251); }
H1.HeaderClassName
{
color: #FE2FFB;
}
.AnyTagClassName
{
color: #FE2FFB;
}
</style>
background-color css
<style>
a { background-color: #FE2FFB; }
a { background-color: rgb(254,47,251); }
div.DivClassName
{
background-color: #FE2FFB;
}
.BgClassName
{
background-color: #FE2FFB;
}
</style>
border-color css
<style>
span { border-color: #FE2FFB; }
span { border-color: rgb(254,47,251); }
td.TdClassName
{
border-color: #FE2FFB;
}
.TagClassName
{
border-color: #FE2FFB;
}
</style>