Shades of Hot Magenta #FB05E5
Tints of Hot Magenta #FB05E5
RGB
CMYK
RGB Variations
Color information
#FB05E5 (or 0xFB05E5) is known color: Hot Magenta. HEX triplet: FB, 05 and E5. RGB value is (251,5,229). Sum of RGB (Red+Green+Blue) = 251+5+229=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB05E5 is #04FA1A. Grayscale: #676767. Windows color (decimal): -326171 or 15009275. OLE color: 15009275.
HSL color Cylindrical-coordinate representation of color #FB05E5: hue angle of 305.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05E5 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 229 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.02 |
| HSL | 305.37º | 0.97% | 0.5% | - |
| HSV(B) | 305.37º | 0.98% | 0.98% | - |
| XYZ | 53.98 | 26.27 | 76.36 | - |
| YUV | 104.09 | 198.5 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 229 | 0 | 0.98 | 0.09 | 0.02 | 305.37 | 0.97 | 0.5 |
| Hex | FB | 5 | E5 | 0 | 62 | 9 | 2 | 131 | 61 | 32 |
| Octal | 373 | 5 | 345 | 0 | 142 | 11 | 2 | 461 | 141 | 62 |
| Binary | 11111011 | 101 | 11100101 | 0 | 1100010 | 1001 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FB05E5
Complementary color
Monochromatic Colors of #FB05E5
Black with #FB05E5
Text Example
Text Example
White with #FB05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05E5; }
p { color: rgb(251,5,229); }
H1.HeaderClassName
{
color: #FB05E5;
}
.AnyTagClassName
{
color: #FB05E5;
}
</style>
background-color css
<style>
a { background-color: #FB05E5; }
a { background-color: rgb(251,5,229); }
div.DivClassName
{
background-color: #FB05E5;
}
.BgClassName
{
background-color: #FB05E5;
}
</style>
border-color css
<style>
span { border-color: #FB05E5; }
span { border-color: rgb(251,5,229); }
td.TdClassName
{
border-color: #FB05E5;
}
.TagClassName
{
border-color: #FB05E5;
}
</style>