Shades of Razzmatazz #FB1059
Tints of Razzmatazz #FB1059
RGB
CMYK
RGB Variations
Color information
#FB1059 (or 0xFB1059) is known color: Razzmatazz. HEX triplet: FB, 10 and 59. RGB value is (251,16,89). Sum of RGB (Red+Green+Blue) = 251+16+89=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1059 is #04EFA6. Grayscale: #5E5E5E. Windows color (decimal): -323495 or 5837051. OLE color: 5837051.
HSL color Cylindrical-coordinate representation of color #FB1059: hue angle of 341.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1059 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 89 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.02 |
| HSL | 341.36º | 0.97% | 0.52% | - |
| HSV(B) | 341.36º | 0.94% | 0.98% | - |
| XYZ | 41.77 | 21.6 | 11.42 | - |
| YUV | 94.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 89 | 0 | 0.94 | 0.65 | 0.02 | 341.36 | 0.97 | 0.52 |
| Hex | FB | 10 | 59 | 0 | 5E | 41 | 2 | 155 | 61 | 34 |
| Octal | 373 | 20 | 131 | 0 | 136 | 101 | 2 | 525 | 141 | 64 |
| Binary | 11111011 | 10000 | 1011001 | 0 | 1011110 | 1000001 | 10 | 101010101 | 1100001 | 110100 |
Color Harmonies of #FB1059
Complementary color
Monochromatic Colors of #FB1059
Black with #FB1059
Text Example
Text Example
White with #FB1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1059; }
p { color: rgb(251,16,89); }
H1.HeaderClassName
{
color: #FB1059;
}
.AnyTagClassName
{
color: #FB1059;
}
</style>
background-color css
<style>
a { background-color: #FB1059; }
a { background-color: rgb(251,16,89); }
div.DivClassName
{
background-color: #FB1059;
}
.BgClassName
{
background-color: #FB1059;
}
</style>
border-color css
<style>
span { border-color: #FB1059; }
span { border-color: rgb(251,16,89); }
td.TdClassName
{
border-color: #FB1059;
}
.TagClassName
{
border-color: #FB1059;
}
</style>