Shades of Magenta #FB01E9
Tints of Magenta #FB01E9
RGB
CMYK
RGB Variations
Color information
#FB01E9 (or 0xFB01E9) is known color: Magenta. HEX triplet: FB, 01 and E9. RGB value is (251,1,233). Sum of RGB (Red+Green+Blue) = 251+1+233=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01E9 is #04FE16. Grayscale: #656565. Windows color (decimal): -327191 or 15270395. OLE color: 15270395.
HSL color Cylindrical-coordinate representation of color #FB01E9: hue angle of 304.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01E9 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 233 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.02 |
| HSL | 304.32º | 0.99% | 0.49% | - |
| HSV(B) | 304.32º | 1% | 0.98% | - |
| XYZ | 54.5 | 26.41 | 79.32 | - |
| YUV | 102.2 | 201.83 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 233 | 0 | 1.00 | 0.07 | 0.02 | 304.32 | 0.99 | 0.49 |
| Hex | FB | 1 | E9 | 0 | 64 | 7 | 2 | 130 | 63 | 31 |
| Octal | 373 | 1 | 351 | 0 | 144 | 7 | 2 | 460 | 143 | 61 |
| Binary | 11111011 | 1 | 11101001 | 0 | 1100100 | 111 | 10 | 100110000 | 1100011 | 110001 |
Color Harmonies of #FB01E9
Complementary color
Monochromatic Colors of #FB01E9
Black with #FB01E9
Text Example
Text Example
White with #FB01E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01E9; }
p { color: rgb(251,1,233); }
H1.HeaderClassName
{
color: #FB01E9;
}
.AnyTagClassName
{
color: #FB01E9;
}
</style>
background-color css
<style>
a { background-color: #FB01E9; }
a { background-color: rgb(251,1,233); }
div.DivClassName
{
background-color: #FB01E9;
}
.BgClassName
{
background-color: #FB01E9;
}
</style>
border-color css
<style>
span { border-color: #FB01E9; }
span { border-color: rgb(251,1,233); }
td.TdClassName
{
border-color: #FB01E9;
}
.TagClassName
{
border-color: #FB01E9;
}
</style>