Shades of Razzmatazz #FB0758
Tints of Razzmatazz #FB0758
RGB
CMYK
RGB Variations
Color information
#FB0758 (or 0xFB0758) is known color: Razzmatazz. HEX triplet: FB, 07 and 58. RGB value is (251,7,88). Sum of RGB (Red+Green+Blue) = 251+7+88=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0758 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0758 is #04F8A7. Grayscale: #595959. Windows color (decimal): -325800 or 5769211. OLE color: 5769211.
HSL color Cylindrical-coordinate representation of color #FB0758: hue angle of 340.08º 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 #FB0758 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 88 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.02 |
| HSL | 340.08º | 0.97% | 0.51% | - |
| HSV(B) | 340.08º | 0.97% | 0.98% | - |
| XYZ | 41.62 | 21.37 | 11.16 | - |
| YUV | 89.19 | 127.34 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 88 | 0 | 0.97 | 0.65 | 0.02 | 340.08 | 0.97 | 0.51 |
| Hex | FB | 7 | 58 | 0 | 61 | 41 | 2 | 154 | 61 | 33 |
| Octal | 373 | 7 | 130 | 0 | 141 | 101 | 2 | 524 | 141 | 63 |
| Binary | 11111011 | 111 | 1011000 | 0 | 1100001 | 1000001 | 10 | 101010100 | 1100001 | 110011 |
Color Harmonies of #FB0758
Complementary color
Monochromatic Colors of #FB0758
Black with #FB0758
Text Example
Text Example
White with #FB0758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0758; }
p { color: rgb(251,7,88); }
H1.HeaderClassName
{
color: #FB0758;
}
.AnyTagClassName
{
color: #FB0758;
}
</style>
background-color css
<style>
a { background-color: #FB0758; }
a { background-color: rgb(251,7,88); }
div.DivClassName
{
background-color: #FB0758;
}
.BgClassName
{
background-color: #FB0758;
}
</style>
border-color css
<style>
span { border-color: #FB0758; }
span { border-color: rgb(251,7,88); }
td.TdClassName
{
border-color: #FB0758;
}
.TagClassName
{
border-color: #FB0758;
}
</style>