Shades of Razzmatazz #FB0666
Tints of Razzmatazz #FB0666
RGB
CMYK
RGB Variations
Color information
#FB0666 (or 0xFB0666) is known color: Razzmatazz. HEX triplet: FB, 06 and 66. RGB value is (251,6,102). Sum of RGB (Red+Green+Blue) = 251+6+102=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0666 is #04F999. Grayscale: #5A5A5A. Windows color (decimal): -326042 or 6686459. OLE color: 6686459.
HSL color Cylindrical-coordinate representation of color #FB0666: hue angle of 336.49º 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 #FB0666 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 102 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.02 |
| HSL | 336.49º | 0.97% | 0.5% | - |
| HSV(B) | 336.49º | 0.98% | 0.98% | - |
| XYZ | 42.25 | 21.6 | 14.51 | - |
| YUV | 90.2 | 134.67 | 242.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 102 | 0 | 0.98 | 0.59 | 0.02 | 336.49 | 0.97 | 0.5 |
| Hex | FB | 6 | 66 | 0 | 62 | 3B | 2 | 150 | 61 | 32 |
| Octal | 373 | 6 | 146 | 0 | 142 | 73 | 2 | 520 | 141 | 62 |
| Binary | 11111011 | 110 | 1100110 | 0 | 1100010 | 111011 | 10 | 101010000 | 1100001 | 110010 |
Color Harmonies of #FB0666
Complementary color
Monochromatic Colors of #FB0666
Black with #FB0666
Text Example
Text Example
White with #FB0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0666; }
p { color: rgb(251,6,102); }
H1.HeaderClassName
{
color: #FB0666;
}
.AnyTagClassName
{
color: #FB0666;
}
</style>
background-color css
<style>
a { background-color: #FB0666; }
a { background-color: rgb(251,6,102); }
div.DivClassName
{
background-color: #FB0666;
}
.BgClassName
{
background-color: #FB0666;
}
</style>
border-color css
<style>
span { border-color: #FB0666; }
span { border-color: rgb(251,6,102); }
td.TdClassName
{
border-color: #FB0666;
}
.TagClassName
{
border-color: #FB0666;
}
</style>