Shades of Razzmatazz #FB0669
Tints of Razzmatazz #FB0669
RGB
CMYK
RGB Variations
Color information
#FB0669 (or 0xFB0669) is known color: Razzmatazz. HEX triplet: FB, 06 and 69. RGB value is (251,6,105). Sum of RGB (Red+Green+Blue) = 251+6+105=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0669 is #04F996. Grayscale: #5A5A5A. Windows color (decimal): -326039 or 6883067. OLE color: 6883067.
HSL color Cylindrical-coordinate representation of color #FB0669: hue angle of 335.76º 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 #FB0669 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 105 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.02 |
| HSL | 335.76º | 0.97% | 0.5% | - |
| HSV(B) | 335.76º | 0.98% | 0.98% | - |
| XYZ | 42.4 | 21.66 | 15.31 | - |
| YUV | 90.54 | 136.17 | 242.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 105 | 0 | 0.98 | 0.58 | 0.02 | 335.76 | 0.97 | 0.5 |
| Hex | FB | 6 | 69 | 0 | 62 | 3A | 2 | 150 | 61 | 32 |
| Octal | 373 | 6 | 151 | 0 | 142 | 72 | 2 | 520 | 141 | 62 |
| Binary | 11111011 | 110 | 1101001 | 0 | 1100010 | 111010 | 10 | 101010000 | 1100001 | 110010 |
Color Harmonies of #FB0669
Complementary color
Monochromatic Colors of #FB0669
Black with #FB0669
Text Example
Text Example
White with #FB0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0669; }
p { color: rgb(251,6,105); }
H1.HeaderClassName
{
color: #FB0669;
}
.AnyTagClassName
{
color: #FB0669;
}
</style>
background-color css
<style>
a { background-color: #FB0669; }
a { background-color: rgb(251,6,105); }
div.DivClassName
{
background-color: #FB0669;
}
.BgClassName
{
background-color: #FB0669;
}
</style>
border-color css
<style>
span { border-color: #FB0669; }
span { border-color: rgb(251,6,105); }
td.TdClassName
{
border-color: #FB0669;
}
.TagClassName
{
border-color: #FB0669;
}
</style>