Shades of Razzmatazz #FB0159
Tints of Razzmatazz #FB0159
RGB
CMYK
RGB Variations
Color information
#FB0159 (or 0xFB0159) is known color: Razzmatazz. HEX triplet: FB, 01 and 59. RGB value is (251,1,89). Sum of RGB (Red+Green+Blue) = 251+1+89=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0159 is #04FEA6. Grayscale: #555555. Windows color (decimal): -327335 or 5833211. OLE color: 5833211.
HSL color Cylindrical-coordinate representation of color #FB0159: hue angle of 338.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0159 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.02 |
| HSL | 338.88º | 0.99% | 0.49% | - |
| HSV(B) | 338.88º | 1% | 0.98% | - |
| XYZ | 41.6 | 21.25 | 11.36 | - |
| YUV | 85.78 | 129.83 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 89 | 0 | 1.00 | 0.65 | 0.02 | 338.88 | 0.99 | 0.49 |
| Hex | FB | 1 | 59 | 0 | 64 | 41 | 2 | 153 | 63 | 31 |
| Octal | 373 | 1 | 131 | 0 | 144 | 101 | 2 | 523 | 143 | 61 |
| Binary | 11111011 | 1 | 1011001 | 0 | 1100100 | 1000001 | 10 | 101010011 | 1100011 | 110001 |
Color Harmonies of #FB0159
Complementary color
Monochromatic Colors of #FB0159
Black with #FB0159
Text Example
Text Example
White with #FB0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0159; }
p { color: rgb(251,1,89); }
H1.HeaderClassName
{
color: #FB0159;
}
.AnyTagClassName
{
color: #FB0159;
}
</style>
background-color css
<style>
a { background-color: #FB0159; }
a { background-color: rgb(251,1,89); }
div.DivClassName
{
background-color: #FB0159;
}
.BgClassName
{
background-color: #FB0159;
}
</style>
border-color css
<style>
span { border-color: #FB0159; }
span { border-color: rgb(251,1,89); }
td.TdClassName
{
border-color: #FB0159;
}
.TagClassName
{
border-color: #FB0159;
}
</style>