Shades of Hot Magenta #FB08E5
Tints of Hot Magenta #FB08E5
RGB
CMYK
RGB Variations
Color information
#FB08E5 (or 0xFB08E5) is known color: Hot Magenta. HEX triplet: FB, 08 and E5. RGB value is (251,8,229). Sum of RGB (Red+Green+Blue) = 251+8+229=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB08E5 is #04F71A. Grayscale: #696969. Windows color (decimal): -325403 or 15010043. OLE color: 15010043.
HSL color Cylindrical-coordinate representation of color #FB08E5: hue angle of 305.43º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB08E5 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 229 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.02 |
| HSL | 305.43º | 0.97% | 0.51% | - |
| HSV(B) | 305.43º | 0.97% | 0.98% | - |
| XYZ | 54.01 | 26.34 | 76.37 | - |
| YUV | 105.85 | 197.51 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 229 | 0 | 0.97 | 0.09 | 0.02 | 305.43 | 0.97 | 0.51 |
| Hex | FB | 8 | E5 | 0 | 61 | 9 | 2 | 131 | 61 | 33 |
| Octal | 373 | 10 | 345 | 0 | 141 | 11 | 2 | 461 | 141 | 63 |
| Binary | 11111011 | 1000 | 11100101 | 0 | 1100001 | 1001 | 10 | 100110001 | 1100001 | 110011 |
Color Harmonies of #FB08E5
Complementary color
Monochromatic Colors of #FB08E5
Black with #FB08E5
Text Example
Text Example
White with #FB08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08E5; }
p { color: rgb(251,8,229); }
H1.HeaderClassName
{
color: #FB08E5;
}
.AnyTagClassName
{
color: #FB08E5;
}
</style>
background-color css
<style>
a { background-color: #FB08E5; }
a { background-color: rgb(251,8,229); }
div.DivClassName
{
background-color: #FB08E5;
}
.BgClassName
{
background-color: #FB08E5;
}
</style>
border-color css
<style>
span { border-color: #FB08E5; }
span { border-color: rgb(251,8,229); }
td.TdClassName
{
border-color: #FB08E5;
}
.TagClassName
{
border-color: #FB08E5;
}
</style>