Shades of Razzmatazz #FB0564
Tints of Razzmatazz #FB0564
RGB
CMYK
RGB Variations
Color information
#FB0564 (or 0xFB0564) is known color: Razzmatazz. HEX triplet: FB, 05 and 64. RGB value is (251,5,100). Sum of RGB (Red+Green+Blue) = 251+5+100=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0564 is #04FA9B. Grayscale: #595959. Windows color (decimal): -326300 or 6555131. OLE color: 6555131.
HSL color Cylindrical-coordinate representation of color #FB0564: hue angle of 336.83º 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 #FB0564 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.02 |
| HSL | 336.83º | 0.97% | 0.5% | - |
| HSV(B) | 336.83º | 0.98% | 0.98% | - |
| XYZ | 42.14 | 21.54 | 13.99 | - |
| YUV | 89.38 | 134 | 243.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 100 | 0 | 0.98 | 0.60 | 0.02 | 336.83 | 0.97 | 0.5 |
| Hex | FB | 5 | 64 | 0 | 62 | 3C | 2 | 151 | 61 | 32 |
| Octal | 373 | 5 | 144 | 0 | 142 | 74 | 2 | 521 | 141 | 62 |
| Binary | 11111011 | 101 | 1100100 | 0 | 1100010 | 111100 | 10 | 101010001 | 1100001 | 110010 |
Color Harmonies of #FB0564
Complementary color
Monochromatic Colors of #FB0564
Black with #FB0564
Text Example
Text Example
White with #FB0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0564; }
p { color: rgb(251,5,100); }
H1.HeaderClassName
{
color: #FB0564;
}
.AnyTagClassName
{
color: #FB0564;
}
</style>
background-color css
<style>
a { background-color: #FB0564; }
a { background-color: rgb(251,5,100); }
div.DivClassName
{
background-color: #FB0564;
}
.BgClassName
{
background-color: #FB0564;
}
</style>
border-color css
<style>
span { border-color: #FB0564; }
span { border-color: rgb(251,5,100); }
td.TdClassName
{
border-color: #FB0564;
}
.TagClassName
{
border-color: #FB0564;
}
</style>