Shades of Razzmatazz #FB0B5B
Tints of Razzmatazz #FB0B5B
RGB
CMYK
RGB Variations
Color information
#FB0B5B (or 0xFB0B5B) is known color: Razzmatazz. HEX triplet: FB, 0B and 5B. RGB value is (251,11,91). Sum of RGB (Red+Green+Blue) = 251+11+91=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B5B is #04F4A4. Grayscale: #5B5B5B. Windows color (decimal): -324773 or 5966843. OLE color: 5966843.
HSL color Cylindrical-coordinate representation of color #FB0B5B: hue angle of 340º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0B5B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 91 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.02 |
| HSL | 340º | 0.97% | 0.51% | - |
| HSV(B) | 340º | 0.96% | 0.98% | - |
| XYZ | 41.79 | 21.5 | 11.85 | - |
| YUV | 91.88 | 127.51 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 91 | 0 | 0.96 | 0.64 | 0.02 | 340 | 0.97 | 0.51 |
| Hex | FB | B | 5B | 0 | 60 | 40 | 2 | 154 | 61 | 33 |
| Octal | 373 | 13 | 133 | 0 | 140 | 100 | 2 | 524 | 141 | 63 |
| Binary | 11111011 | 1011 | 1011011 | 0 | 1100000 | 1000000 | 10 | 101010100 | 1100001 | 110011 |
Color Harmonies of #FB0B5B
Complementary color
Monochromatic Colors of #FB0B5B
Black with #FB0B5B
Text Example
Text Example
White with #FB0B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B5B; }
p { color: rgb(251,11,91); }
H1.HeaderClassName
{
color: #FB0B5B;
}
.AnyTagClassName
{
color: #FB0B5B;
}
</style>
background-color css
<style>
a { background-color: #FB0B5B; }
a { background-color: rgb(251,11,91); }
div.DivClassName
{
background-color: #FB0B5B;
}
.BgClassName
{
background-color: #FB0B5B;
}
</style>
border-color css
<style>
span { border-color: #FB0B5B; }
span { border-color: rgb(251,11,91); }
td.TdClassName
{
border-color: #FB0B5B;
}
.TagClassName
{
border-color: #FB0B5B;
}
</style>