Shades of Razzmatazz #FB0869
Tints of Razzmatazz #FB0869
RGB
CMYK
RGB Variations
Color information
#FB0869 (or 0xFB0869) is known color: Razzmatazz. HEX triplet: FB, 08 and 69. RGB value is (251,8,105). Sum of RGB (Red+Green+Blue) = 251+8+105=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0869 is #04F796. Grayscale: #5B5B5B. Windows color (decimal): -325527 or 6883579. OLE color: 6883579.
HSL color Cylindrical-coordinate representation of color #FB0869: hue angle of 336.05º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0869 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 105 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.02 |
| HSL | 336.05º | 0.97% | 0.51% | - |
| HSV(B) | 336.05º | 0.97% | 0.98% | - |
| XYZ | 42.42 | 21.7 | 15.32 | - |
| YUV | 91.72 | 135.51 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 105 | 0 | 0.97 | 0.58 | 0.02 | 336.05 | 0.97 | 0.51 |
| Hex | FB | 8 | 69 | 0 | 61 | 3A | 2 | 150 | 61 | 33 |
| Octal | 373 | 10 | 151 | 0 | 141 | 72 | 2 | 520 | 141 | 63 |
| Binary | 11111011 | 1000 | 1101001 | 0 | 1100001 | 111010 | 10 | 101010000 | 1100001 | 110011 |
Color Harmonies of #FB0869
Complementary color
Monochromatic Colors of #FB0869
Black with #FB0869
Text Example
Text Example
White with #FB0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0869; }
p { color: rgb(251,8,105); }
H1.HeaderClassName
{
color: #FB0869;
}
.AnyTagClassName
{
color: #FB0869;
}
</style>
background-color css
<style>
a { background-color: #FB0869; }
a { background-color: rgb(251,8,105); }
div.DivClassName
{
background-color: #FB0869;
}
.BgClassName
{
background-color: #FB0869;
}
</style>
border-color css
<style>
span { border-color: #FB0869; }
span { border-color: rgb(251,8,105); }
td.TdClassName
{
border-color: #FB0869;
}
.TagClassName
{
border-color: #FB0869;
}
</style>