Shades of Razzmatazz #FB106B
Tints of Razzmatazz #FB106B
RGB
CMYK
RGB Variations
Color information
#FB106B (or 0xFB106B) is known color: Razzmatazz. HEX triplet: FB, 10 and 6B. RGB value is (251,16,107). Sum of RGB (Red+Green+Blue) = 251+16+107=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB106B is #04EF94. Grayscale: #606060. Windows color (decimal): -323477 or 7016699. OLE color: 7016699.
HSL color Cylindrical-coordinate representation of color #FB106B: hue angle of 336.77º 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 #FB106B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 107 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.02 |
| HSL | 336.77º | 0.97% | 0.52% | - |
| HSV(B) | 336.77º | 0.94% | 0.98% | - |
| XYZ | 42.62 | 21.94 | 15.9 | - |
| YUV | 96.64 | 133.86 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 107 | 0 | 0.94 | 0.57 | 0.02 | 336.77 | 0.97 | 0.52 |
| Hex | FB | 10 | 6B | 0 | 5E | 39 | 2 | 151 | 61 | 34 |
| Octal | 373 | 20 | 153 | 0 | 136 | 71 | 2 | 521 | 141 | 64 |
| Binary | 11111011 | 10000 | 1101011 | 0 | 1011110 | 111001 | 10 | 101010001 | 1100001 | 110100 |
Color Harmonies of #FB106B
Complementary color
Monochromatic Colors of #FB106B
Black with #FB106B
Text Example
Text Example
White with #FB106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB106B; }
p { color: rgb(251,16,107); }
H1.HeaderClassName
{
color: #FB106B;
}
.AnyTagClassName
{
color: #FB106B;
}
</style>
background-color css
<style>
a { background-color: #FB106B; }
a { background-color: rgb(251,16,107); }
div.DivClassName
{
background-color: #FB106B;
}
.BgClassName
{
background-color: #FB106B;
}
</style>
border-color css
<style>
span { border-color: #FB106B; }
span { border-color: rgb(251,16,107); }
td.TdClassName
{
border-color: #FB106B;
}
.TagClassName
{
border-color: #FB106B;
}
</style>