Shades of Razzmatazz #FB1066
Tints of Razzmatazz #FB1066
RGB
CMYK
RGB Variations
Color information
#FB1066 (or 0xFB1066) is known color: Razzmatazz. HEX triplet: FB, 10 and 66. RGB value is (251,16,102). Sum of RGB (Red+Green+Blue) = 251+16+102=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1066 is #04EF99. Grayscale: #5F5F5F. Windows color (decimal): -323482 or 6689019. OLE color: 6689019.
HSL color Cylindrical-coordinate representation of color #FB1066: hue angle of 338.04º 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 #FB1066 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 102 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.02 |
| HSL | 338.04º | 0.97% | 0.52% | - |
| HSV(B) | 338.04º | 0.94% | 0.98% | - |
| XYZ | 42.37 | 21.84 | 14.55 | - |
| YUV | 96.07 | 131.36 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 102 | 0 | 0.94 | 0.59 | 0.02 | 338.04 | 0.97 | 0.52 |
| Hex | FB | 10 | 66 | 0 | 5E | 3B | 2 | 152 | 61 | 34 |
| Octal | 373 | 20 | 146 | 0 | 136 | 73 | 2 | 522 | 141 | 64 |
| Binary | 11111011 | 10000 | 1100110 | 0 | 1011110 | 111011 | 10 | 101010010 | 1100001 | 110100 |
Color Harmonies of #FB1066
Complementary color
Monochromatic Colors of #FB1066
Black with #FB1066
Text Example
Text Example
White with #FB1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1066; }
p { color: rgb(251,16,102); }
H1.HeaderClassName
{
color: #FB1066;
}
.AnyTagClassName
{
color: #FB1066;
}
</style>
background-color css
<style>
a { background-color: #FB1066; }
a { background-color: rgb(251,16,102); }
div.DivClassName
{
background-color: #FB1066;
}
.BgClassName
{
background-color: #FB1066;
}
</style>
border-color css
<style>
span { border-color: #FB1066; }
span { border-color: rgb(251,16,102); }
td.TdClassName
{
border-color: #FB1066;
}
.TagClassName
{
border-color: #FB1066;
}
</style>