Shades of Razzmatazz #FB0163
Tints of Razzmatazz #FB0163
RGB
CMYK
RGB Variations
Color information
#FB0163 (or 0xFB0163) is known color: Razzmatazz. HEX triplet: FB, 01 and 63. RGB value is (251,1,99). Sum of RGB (Red+Green+Blue) = 251+1+99=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0163 is #04FE9C. Grayscale: #565656. Windows color (decimal): -327325 or 6488571. OLE color: 6488571.
HSL color Cylindrical-coordinate representation of color #FB0163: hue angle of 336.48º 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 #FB0163 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.02 |
| HSL | 336.48º | 0.99% | 0.49% | - |
| HSV(B) | 336.48º | 1% | 0.98% | - |
| XYZ | 42.05 | 21.43 | 13.73 | - |
| YUV | 86.92 | 134.83 | 245.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 99 | 0 | 1.00 | 0.61 | 0.02 | 336.48 | 0.99 | 0.49 |
| Hex | FB | 1 | 63 | 0 | 64 | 3D | 2 | 150 | 63 | 31 |
| Octal | 373 | 1 | 143 | 0 | 144 | 75 | 2 | 520 | 143 | 61 |
| Binary | 11111011 | 1 | 1100011 | 0 | 1100100 | 111101 | 10 | 101010000 | 1100011 | 110001 |
Color Harmonies of #FB0163
Complementary color
Monochromatic Colors of #FB0163
Black with #FB0163
Text Example
Text Example
White with #FB0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0163; }
p { color: rgb(251,1,99); }
H1.HeaderClassName
{
color: #FB0163;
}
.AnyTagClassName
{
color: #FB0163;
}
</style>
background-color css
<style>
a { background-color: #FB0163; }
a { background-color: rgb(251,1,99); }
div.DivClassName
{
background-color: #FB0163;
}
.BgClassName
{
background-color: #FB0163;
}
</style>
border-color css
<style>
span { border-color: #FB0163; }
span { border-color: rgb(251,1,99); }
td.TdClassName
{
border-color: #FB0163;
}
.TagClassName
{
border-color: #FB0163;
}
</style>