Shades of Razzmatazz #FB0A56
Tints of Razzmatazz #FB0A56
RGB
CMYK
RGB Variations
Color information
#FB0A56 (or 0xFB0A56) is known color: Razzmatazz. HEX triplet: FB, 0A and 56. RGB value is (251,10,86). Sum of RGB (Red+Green+Blue) = 251+10+86=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0A56 is #04F5A9. Grayscale: #5A5A5A. Windows color (decimal): -325034 or 5638907. OLE color: 5638907.
HSL color Cylindrical-coordinate representation of color #FB0A56: hue angle of 341.08º 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 #FB0A56 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 86 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.02 |
| HSL | 341.08º | 0.97% | 0.51% | - |
| HSV(B) | 341.08º | 0.96% | 0.98% | - |
| XYZ | 41.57 | 21.4 | 10.74 | - |
| YUV | 90.72 | 125.34 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 86 | 0 | 0.96 | 0.66 | 0.02 | 341.08 | 0.97 | 0.51 |
| Hex | FB | A | 56 | 0 | 60 | 42 | 2 | 155 | 61 | 33 |
| Octal | 373 | 12 | 126 | 0 | 140 | 102 | 2 | 525 | 141 | 63 |
| Binary | 11111011 | 1010 | 1010110 | 0 | 1100000 | 1000010 | 10 | 101010101 | 1100001 | 110011 |
Color Harmonies of #FB0A56
Complementary color
Monochromatic Colors of #FB0A56
Black with #FB0A56
Text Example
Text Example
White with #FB0A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A56; }
p { color: rgb(251,10,86); }
H1.HeaderClassName
{
color: #FB0A56;
}
.AnyTagClassName
{
color: #FB0A56;
}
</style>
background-color css
<style>
a { background-color: #FB0A56; }
a { background-color: rgb(251,10,86); }
div.DivClassName
{
background-color: #FB0A56;
}
.BgClassName
{
background-color: #FB0A56;
}
</style>
border-color css
<style>
span { border-color: #FB0A56; }
span { border-color: rgb(251,10,86); }
td.TdClassName
{
border-color: #FB0A56;
}
.TagClassName
{
border-color: #FB0A56;
}
</style>