Shades of Razzmatazz #FB0671
Tints of Razzmatazz #FB0671
RGB
CMYK
RGB Variations
Color information
#FB0671 (or 0xFB0671) is known color: Razzmatazz. HEX triplet: FB, 06 and 71. RGB value is (251,6,113). Sum of RGB (Red+Green+Blue) = 251+6+113=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0671 is #04F98E. Grayscale: #5B5B5B. Windows color (decimal): -326031 or 7407355. OLE color: 7407355.
HSL color Cylindrical-coordinate representation of color #FB0671: hue angle of 333.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0671 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 113 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.02 |
| HSL | 333.8º | 0.97% | 0.5% | - |
| HSV(B) | 333.8º | 0.98% | 0.98% | - |
| XYZ | 42.83 | 21.83 | 17.58 | - |
| YUV | 91.45 | 140.17 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 113 | 0 | 0.98 | 0.55 | 0.02 | 333.8 | 0.97 | 0.5 |
| Hex | FB | 6 | 71 | 0 | 62 | 37 | 2 | 14E | 61 | 32 |
| Octal | 373 | 6 | 161 | 0 | 142 | 67 | 2 | 516 | 141 | 62 |
| Binary | 11111011 | 110 | 1110001 | 0 | 1100010 | 110111 | 10 | 101001110 | 1100001 | 110010 |
Color Harmonies of #FB0671
Complementary color
Monochromatic Colors of #FB0671
Black with #FB0671
Text Example
Text Example
White with #FB0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0671; }
p { color: rgb(251,6,113); }
H1.HeaderClassName
{
color: #FB0671;
}
.AnyTagClassName
{
color: #FB0671;
}
</style>
background-color css
<style>
a { background-color: #FB0671; }
a { background-color: rgb(251,6,113); }
div.DivClassName
{
background-color: #FB0671;
}
.BgClassName
{
background-color: #FB0671;
}
</style>
border-color css
<style>
span { border-color: #FB0671; }
span { border-color: rgb(251,6,113); }
td.TdClassName
{
border-color: #FB0671;
}
.TagClassName
{
border-color: #FB0671;
}
</style>