Shades of Magenta #FB01EF
Tints of Magenta #FB01EF
RGB
CMYK
RGB Variations
Color information
#FB01EF (or 0xFB01EF) is known color: Magenta. HEX triplet: FB, 01 and EF. RGB value is (251,1,239). Sum of RGB (Red+Green+Blue) = 251+1+239=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01EF is #04FE10. Grayscale: #666666. Windows color (decimal): -327185 or 15663611. OLE color: 15663611.
HSL color Cylindrical-coordinate representation of color #FB01EF: hue angle of 302.88º 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 #FB01EF is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 239 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.02 |
| HSL | 302.88º | 0.99% | 0.49% | - |
| HSV(B) | 302.88º | 1% | 0.98% | - |
| XYZ | 55.37 | 26.76 | 83.91 | - |
| YUV | 102.88 | 204.83 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 239 | 0 | 1.00 | 0.05 | 0.02 | 302.88 | 0.99 | 0.49 |
| Hex | FB | 1 | EF | 0 | 64 | 5 | 2 | 12F | 63 | 31 |
| Octal | 373 | 1 | 357 | 0 | 144 | 5 | 2 | 457 | 143 | 61 |
| Binary | 11111011 | 1 | 11101111 | 0 | 1100100 | 101 | 10 | 100101111 | 1100011 | 110001 |
Color Harmonies of #FB01EF
Complementary color
Monochromatic Colors of #FB01EF
Black with #FB01EF
Text Example
Text Example
White with #FB01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01EF; }
p { color: rgb(251,1,239); }
H1.HeaderClassName
{
color: #FB01EF;
}
.AnyTagClassName
{
color: #FB01EF;
}
</style>
background-color css
<style>
a { background-color: #FB01EF; }
a { background-color: rgb(251,1,239); }
div.DivClassName
{
background-color: #FB01EF;
}
.BgClassName
{
background-color: #FB01EF;
}
</style>
border-color css
<style>
span { border-color: #FB01EF; }
span { border-color: rgb(251,1,239); }
td.TdClassName
{
border-color: #FB01EF;
}
.TagClassName
{
border-color: #FB01EF;
}
</style>