Shades of Razzmatazz #FB106D
Tints of Razzmatazz #FB106D
RGB
CMYK
RGB Variations
Color information
#FB106D (or 0xFB106D) is known color: Razzmatazz. HEX triplet: FB, 10 and 6D. RGB value is (251,16,109). Sum of RGB (Red+Green+Blue) = 251+16+109=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB106D is #04EF92. Grayscale: #606060. Windows color (decimal): -323475 or 7147771. OLE color: 7147771.
HSL color Cylindrical-coordinate representation of color #FB106D: hue angle of 336.26º 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 #FB106D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 109 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.02 |
| HSL | 336.26º | 0.97% | 0.52% | - |
| HSV(B) | 336.26º | 0.94% | 0.98% | - |
| XYZ | 42.73 | 21.98 | 16.46 | - |
| YUV | 96.87 | 134.86 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 109 | 0 | 0.94 | 0.57 | 0.02 | 336.26 | 0.97 | 0.52 |
| Hex | FB | 10 | 6D | 0 | 5E | 39 | 2 | 150 | 61 | 34 |
| Octal | 373 | 20 | 155 | 0 | 136 | 71 | 2 | 520 | 141 | 64 |
| Binary | 11111011 | 10000 | 1101101 | 0 | 1011110 | 111001 | 10 | 101010000 | 1100001 | 110100 |
Color Harmonies of #FB106D
Complementary color
Monochromatic Colors of #FB106D
Black with #FB106D
Text Example
Text Example
White with #FB106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB106D; }
p { color: rgb(251,16,109); }
H1.HeaderClassName
{
color: #FB106D;
}
.AnyTagClassName
{
color: #FB106D;
}
</style>
background-color css
<style>
a { background-color: #FB106D; }
a { background-color: rgb(251,16,109); }
div.DivClassName
{
background-color: #FB106D;
}
.BgClassName
{
background-color: #FB106D;
}
</style>
border-color css
<style>
span { border-color: #FB106D; }
span { border-color: rgb(251,16,109); }
td.TdClassName
{
border-color: #FB106D;
}
.TagClassName
{
border-color: #FB106D;
}
</style>