Shades of Magenta #FB1BE8
Tints of Magenta #FB1BE8
RGB
CMYK
RGB Variations
Color information
#FB1BE8 (or 0xFB1BE8) is known color: Magenta. HEX triplet: FB, 1B and E8. RGB value is (251,27,232). Sum of RGB (Red+Green+Blue) = 251+27+232=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 27 (10.94% from 255 or 5.29% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1BE8 is #04E417. Grayscale: #747474. Windows color (decimal): -320536 or 15211515. OLE color: 15211515.
HSL color Cylindrical-coordinate representation of color #FB1BE8: hue angle of 305.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.02 |
| HSL | 305.09º | 0.97% | 0.55% | - |
| HSV(B) | 305.09º | 0.89% | 0.98% | - |
| XYZ | 54.74 | 27.12 | 78.69 | - |
| YUV | 117.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 232 | 0 | 0.89 | 0.08 | 0.02 | 305.09 | 0.97 | 0.55 |
| Hex | FB | 1B | E8 | 0 | 59 | 8 | 2 | 131 | 61 | 37 |
| Octal | 373 | 33 | 350 | 0 | 131 | 10 | 2 | 461 | 141 | 67 |
| Binary | 11111011 | 11011 | 11101000 | 0 | 1011001 | 1000 | 10 | 100110001 | 1100001 | 110111 |
Color Harmonies of #FB1BE8
Complementary color
Monochromatic Colors of #FB1BE8
Black with #FB1BE8
Text Example
Text Example
White with #FB1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1BE8; }
p { color: rgb(251,27,232); }
H1.HeaderClassName
{
color: #FB1BE8;
}
.AnyTagClassName
{
color: #FB1BE8;
}
</style>
background-color css
<style>
a { background-color: #FB1BE8; }
a { background-color: rgb(251,27,232); }
div.DivClassName
{
background-color: #FB1BE8;
}
.BgClassName
{
background-color: #FB1BE8;
}
</style>
border-color css
<style>
span { border-color: #FB1BE8; }
span { border-color: rgb(251,27,232); }
td.TdClassName
{
border-color: #FB1BE8;
}
.TagClassName
{
border-color: #FB1BE8;
}
</style>