Shades of Razzmatazz #FB0754
Tints of Razzmatazz #FB0754
RGB
CMYK
RGB Variations
Color information
#FB0754 (or 0xFB0754) is known color: Razzmatazz. HEX triplet: FB, 07 and 54. RGB value is (251,7,84). Sum of RGB (Red+Green+Blue) = 251+7+84=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0754 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0754 is #04F8AB. Grayscale: #585858. Windows color (decimal): -325804 or 5507067. OLE color: 5507067.
HSL color Cylindrical-coordinate representation of color #FB0754: hue angle of 341.07º 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 #FB0754 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.02 |
| HSL | 341.07º | 0.97% | 0.51% | - |
| HSV(B) | 341.07º | 0.97% | 0.98% | - |
| XYZ | 41.46 | 21.3 | 10.31 | - |
| YUV | 88.73 | 125.34 | 243.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 84 | 0 | 0.97 | 0.67 | 0.02 | 341.07 | 0.97 | 0.51 |
| Hex | FB | 7 | 54 | 0 | 61 | 43 | 2 | 155 | 61 | 33 |
| Octal | 373 | 7 | 124 | 0 | 141 | 103 | 2 | 525 | 141 | 63 |
| Binary | 11111011 | 111 | 1010100 | 0 | 1100001 | 1000011 | 10 | 101010101 | 1100001 | 110011 |
Color Harmonies of #FB0754
Complementary color
Monochromatic Colors of #FB0754
Black with #FB0754
Text Example
Text Example
White with #FB0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0754; }
p { color: rgb(251,7,84); }
H1.HeaderClassName
{
color: #FB0754;
}
.AnyTagClassName
{
color: #FB0754;
}
</style>
background-color css
<style>
a { background-color: #FB0754; }
a { background-color: rgb(251,7,84); }
div.DivClassName
{
background-color: #FB0754;
}
.BgClassName
{
background-color: #FB0754;
}
</style>
border-color css
<style>
span { border-color: #FB0754; }
span { border-color: rgb(251,7,84); }
td.TdClassName
{
border-color: #FB0754;
}
.TagClassName
{
border-color: #FB0754;
}
</style>