Shades of Razzmatazz #FB0955
Tints of Razzmatazz #FB0955
RGB
CMYK
RGB Variations
Color information
#FB0955 (or 0xFB0955) is known color: Razzmatazz. HEX triplet: FB, 09 and 55. RGB value is (251,9,85). Sum of RGB (Red+Green+Blue) = 251+9+85=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0955 is #04F6AA. Grayscale: #595959. Windows color (decimal): -325291 or 5573115. OLE color: 5573115.
HSL color Cylindrical-coordinate representation of color #FB0955: hue angle of 341.16º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0955 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.02 |
| HSL | 341.16º | 0.97% | 0.51% | - |
| HSV(B) | 341.16º | 0.96% | 0.98% | - |
| XYZ | 41.52 | 21.36 | 10.53 | - |
| YUV | 90.02 | 125.17 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 85 | 0 | 0.96 | 0.66 | 0.02 | 341.16 | 0.97 | 0.51 |
| Hex | FB | 9 | 55 | 0 | 60 | 42 | 2 | 155 | 61 | 33 |
| Octal | 373 | 11 | 125 | 0 | 140 | 102 | 2 | 525 | 141 | 63 |
| Binary | 11111011 | 1001 | 1010101 | 0 | 1100000 | 1000010 | 10 | 101010101 | 1100001 | 110011 |
Color Harmonies of #FB0955
Complementary color
Monochromatic Colors of #FB0955
Black with #FB0955
Text Example
Text Example
White with #FB0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0955; }
p { color: rgb(251,9,85); }
H1.HeaderClassName
{
color: #FB0955;
}
.AnyTagClassName
{
color: #FB0955;
}
</style>
background-color css
<style>
a { background-color: #FB0955; }
a { background-color: rgb(251,9,85); }
div.DivClassName
{
background-color: #FB0955;
}
.BgClassName
{
background-color: #FB0955;
}
</style>
border-color css
<style>
span { border-color: #FB0955; }
span { border-color: rgb(251,9,85); }
td.TdClassName
{
border-color: #FB0955;
}
.TagClassName
{
border-color: #FB0955;
}
</style>