Shades of Razzmatazz #FB0659
Tints of Razzmatazz #FB0659
RGB
CMYK
RGB Variations
Color information
#FB0659 (or 0xFB0659) is known color: Razzmatazz. HEX triplet: FB, 06 and 59. RGB value is (251,6,89). Sum of RGB (Red+Green+Blue) = 251+6+89=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0659 is #04F9A6. Grayscale: #585858. Windows color (decimal): -326055 or 5834491. OLE color: 5834491.
HSL color Cylindrical-coordinate representation of color #FB0659: hue angle of 339.67º 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 #FB0659 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 89 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.02 |
| HSL | 339.67º | 0.97% | 0.5% | - |
| HSV(B) | 339.67º | 0.98% | 0.98% | - |
| XYZ | 41.65 | 21.36 | 11.38 | - |
| YUV | 88.72 | 128.17 | 243.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 89 | 0 | 0.98 | 0.65 | 0.02 | 339.67 | 0.97 | 0.5 |
| Hex | FB | 6 | 59 | 0 | 62 | 41 | 2 | 154 | 61 | 32 |
| Octal | 373 | 6 | 131 | 0 | 142 | 101 | 2 | 524 | 141 | 62 |
| Binary | 11111011 | 110 | 1011001 | 0 | 1100010 | 1000001 | 10 | 101010100 | 1100001 | 110010 |
Color Harmonies of #FB0659
Complementary color
Monochromatic Colors of #FB0659
Black with #FB0659
Text Example
Text Example
White with #FB0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0659; }
p { color: rgb(251,6,89); }
H1.HeaderClassName
{
color: #FB0659;
}
.AnyTagClassName
{
color: #FB0659;
}
</style>
background-color css
<style>
a { background-color: #FB0659; }
a { background-color: rgb(251,6,89); }
div.DivClassName
{
background-color: #FB0659;
}
.BgClassName
{
background-color: #FB0659;
}
</style>
border-color css
<style>
span { border-color: #FB0659; }
span { border-color: rgb(251,6,89); }
td.TdClassName
{
border-color: #FB0659;
}
.TagClassName
{
border-color: #FB0659;
}
</style>