Shades of Razzmatazz #FB0B73
Tints of Razzmatazz #FB0B73
RGB
CMYK
RGB Variations
Color information
#FB0B73 (or 0xFB0B73) is known color: Razzmatazz. HEX triplet: FB, 0B and 73. RGB value is (251,11,115). Sum of RGB (Red+Green+Blue) = 251+11+115=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B73 is #04F48C. Grayscale: #5E5E5E. Windows color (decimal): -324749 or 7539707. OLE color: 7539707.
HSL color Cylindrical-coordinate representation of color #FB0B73: hue angle of 334º 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 #FB0B73 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 115 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.02 |
| HSL | 334º | 0.97% | 0.51% | - |
| HSV(B) | 334º | 0.96% | 0.98% | - |
| XYZ | 43 | 21.99 | 18.2 | - |
| YUV | 94.62 | 139.51 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 115 | 0 | 0.96 | 0.54 | 0.02 | 334 | 0.97 | 0.51 |
| Hex | FB | B | 73 | 0 | 60 | 36 | 2 | 14E | 61 | 33 |
| Octal | 373 | 13 | 163 | 0 | 140 | 66 | 2 | 516 | 141 | 63 |
| Binary | 11111011 | 1011 | 1110011 | 0 | 1100000 | 110110 | 10 | 101001110 | 1100001 | 110011 |
Color Harmonies of #FB0B73
Complementary color
Monochromatic Colors of #FB0B73
Black with #FB0B73
Text Example
Text Example
White with #FB0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B73; }
p { color: rgb(251,11,115); }
H1.HeaderClassName
{
color: #FB0B73;
}
.AnyTagClassName
{
color: #FB0B73;
}
</style>
background-color css
<style>
a { background-color: #FB0B73; }
a { background-color: rgb(251,11,115); }
div.DivClassName
{
background-color: #FB0B73;
}
.BgClassName
{
background-color: #FB0B73;
}
</style>
border-color css
<style>
span { border-color: #FB0B73; }
span { border-color: rgb(251,11,115); }
td.TdClassName
{
border-color: #FB0B73;
}
.TagClassName
{
border-color: #FB0B73;
}
</style>