Shades of Razzmatazz #FB006A
Tints of Razzmatazz #FB006A
RGB
CMYK
RGB Variations
Color information
#FB006A (or 0xFB006A) is known color: Razzmatazz. HEX triplet: FB, 00 and 6A. RGB value is (251,0,106). Sum of RGB (Red+Green+Blue) = 251+0+106=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB006A is #04FF95. Grayscale: #565656. Windows color (decimal): -327574 or 6947067. OLE color: 6947067.
HSL color Cylindrical-coordinate representation of color #FB006A: hue angle of 334.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB006A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.58 | 0.02 |
| HSL | 334.66º | 1% | 0.49% | - |
| HSV(B) | 334.66º | 1% | 0.98% | - |
| XYZ | 42.39 | 21.55 | 15.56 | - |
| YUV | 87.13 | 138.66 | 244.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 106 | 0 | 1 | 0.58 | 0.02 | 334.66 | 1 | 0.49 |
| Hex | FB | 0 | 6A | 0 | 64 | 3A | 2 | 14F | 64 | 31 |
| Octal | 373 | 0 | 152 | 0 | 144 | 72 | 2 | 517 | 144 | 61 |
| Binary | 11111011 | 0 | 1101010 | 0 | 1100100 | 111010 | 10 | 101001111 | 1100100 | 110001 |
Color Harmonies of #FB006A
Complementary color
Monochromatic Colors of #FB006A
Black with #FB006A
Text Example
Text Example
White with #FB006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB006A; }
p { color: rgb(251,0,106); }
H1.HeaderClassName
{
color: #FB006A;
}
.AnyTagClassName
{
color: #FB006A;
}
</style>
background-color css
<style>
a { background-color: #FB006A; }
a { background-color: rgb(251,0,106); }
div.DivClassName
{
background-color: #FB006A;
}
.BgClassName
{
background-color: #FB006A;
}
</style>
border-color css
<style>
span { border-color: #FB006A; }
span { border-color: rgb(251,0,106); }
td.TdClassName
{
border-color: #FB006A;
}
.TagClassName
{
border-color: #FB006A;
}
</style>