Shades of Razzmatazz #FB0770
Tints of Razzmatazz #FB0770
RGB
CMYK
RGB Variations
Color information
#FB0770 (or 0xFB0770) is known color: Razzmatazz. HEX triplet: FB, 07 and 70. RGB value is (251,7,112). Sum of RGB (Red+Green+Blue) = 251+7+112=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0770 is #04F88F. Grayscale: #5B5B5B. Windows color (decimal): -325776 or 7342075. OLE color: 7342075.
HSL color Cylindrical-coordinate representation of color #FB0770: hue angle of 334.18º 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 #FB0770 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.02 |
| HSL | 334.18º | 0.97% | 0.51% | - |
| HSV(B) | 334.18º | 0.97% | 0.98% | - |
| XYZ | 42.78 | 21.83 | 17.29 | - |
| YUV | 91.93 | 139.34 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 112 | 0 | 0.97 | 0.55 | 0.02 | 334.18 | 0.97 | 0.51 |
| Hex | FB | 7 | 70 | 0 | 61 | 37 | 2 | 14E | 61 | 33 |
| Octal | 373 | 7 | 160 | 0 | 141 | 67 | 2 | 516 | 141 | 63 |
| Binary | 11111011 | 111 | 1110000 | 0 | 1100001 | 110111 | 10 | 101001110 | 1100001 | 110011 |
Color Harmonies of #FB0770
Complementary color
Monochromatic Colors of #FB0770
Black with #FB0770
Text Example
Text Example
White with #FB0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0770; }
p { color: rgb(251,7,112); }
H1.HeaderClassName
{
color: #FB0770;
}
.AnyTagClassName
{
color: #FB0770;
}
</style>
background-color css
<style>
a { background-color: #FB0770; }
a { background-color: rgb(251,7,112); }
div.DivClassName
{
background-color: #FB0770;
}
.BgClassName
{
background-color: #FB0770;
}
</style>
border-color css
<style>
span { border-color: #FB0770; }
span { border-color: rgb(251,7,112); }
td.TdClassName
{
border-color: #FB0770;
}
.TagClassName
{
border-color: #FB0770;
}
</style>