Shades of Hot Magenta #FB01E5
Tints of Hot Magenta #FB01E5
RGB
CMYK
RGB Variations
Color information
#FB01E5 (or 0xFB01E5) is known color: Hot Magenta. HEX triplet: FB, 01 and E5. RGB value is (251,1,229). Sum of RGB (Red+Green+Blue) = 251+1+229=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01E5 is #04FE1A. Grayscale: #656565. Windows color (decimal): -327195 or 15008251. OLE color: 15008251.
HSL color Cylindrical-coordinate representation of color #FB01E5: hue angle of 305.28º 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 #FB01E5 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.02 |
| HSL | 305.28º | 0.99% | 0.49% | - |
| HSV(B) | 305.28º | 1% | 0.98% | - |
| XYZ | 53.94 | 26.19 | 76.34 | - |
| YUV | 101.74 | 199.83 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 229 | 0 | 1.00 | 0.09 | 0.02 | 305.28 | 0.99 | 0.49 |
| Hex | FB | 1 | E5 | 0 | 64 | 9 | 2 | 131 | 63 | 31 |
| Octal | 373 | 1 | 345 | 0 | 144 | 11 | 2 | 461 | 143 | 61 |
| Binary | 11111011 | 1 | 11100101 | 0 | 1100100 | 1001 | 10 | 100110001 | 1100011 | 110001 |
Color Harmonies of #FB01E5
Complementary color
Monochromatic Colors of #FB01E5
Black with #FB01E5
Text Example
Text Example
White with #FB01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01E5; }
p { color: rgb(251,1,229); }
H1.HeaderClassName
{
color: #FB01E5;
}
.AnyTagClassName
{
color: #FB01E5;
}
</style>
background-color css
<style>
a { background-color: #FB01E5; }
a { background-color: rgb(251,1,229); }
div.DivClassName
{
background-color: #FB01E5;
}
.BgClassName
{
background-color: #FB01E5;
}
</style>
border-color css
<style>
span { border-color: #FB01E5; }
span { border-color: rgb(251,1,229); }
td.TdClassName
{
border-color: #FB01E5;
}
.TagClassName
{
border-color: #FB01E5;
}
</style>