Shades of Razzmatazz #FB0055
Tints of Razzmatazz #FB0055
RGB
CMYK
RGB Variations
Color information
#FB0055 (or 0xFB0055) is known color: Razzmatazz. HEX triplet: FB, 00 and 55. RGB value is (251,0,85). Sum of RGB (Red+Green+Blue) = 251+0+85=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0055 is #04FFAA. Grayscale: #545454. Windows color (decimal): -327595 or 5570811. OLE color: 5570811.
HSL color Cylindrical-coordinate representation of color #FB0055: hue angle of 339.68º 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 #FB0055 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.66 | 0.02 |
| HSL | 339.68º | 1% | 0.49% | - |
| HSV(B) | 339.68º | 1% | 0.98% | - |
| XYZ | 41.42 | 21.17 | 10.5 | - |
| YUV | 84.74 | 128.16 | 246.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 85 | 0 | 1 | 0.66 | 0.02 | 339.68 | 1 | 0.49 |
| Hex | FB | 0 | 55 | 0 | 64 | 42 | 2 | 154 | 64 | 31 |
| Octal | 373 | 0 | 125 | 0 | 144 | 102 | 2 | 524 | 144 | 61 |
| Binary | 11111011 | 0 | 1010101 | 0 | 1100100 | 1000010 | 10 | 101010100 | 1100100 | 110001 |
Color Harmonies of #FB0055
Complementary color
Monochromatic Colors of #FB0055
Black with #FB0055
Text Example
Text Example
White with #FB0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0055; }
p { color: rgb(251,0,85); }
H1.HeaderClassName
{
color: #FB0055;
}
.AnyTagClassName
{
color: #FB0055;
}
</style>
background-color css
<style>
a { background-color: #FB0055; }
a { background-color: rgb(251,0,85); }
div.DivClassName
{
background-color: #FB0055;
}
.BgClassName
{
background-color: #FB0055;
}
</style>
border-color css
<style>
span { border-color: #FB0055; }
span { border-color: rgb(251,0,85); }
td.TdClassName
{
border-color: #FB0055;
}
.TagClassName
{
border-color: #FB0055;
}
</style>