Shades of Razzmatazz #FB0A55
Tints of Razzmatazz #FB0A55
RGB
CMYK
RGB Variations
Color information
#FB0A55 (or 0xFB0A55) is known color: Razzmatazz. HEX triplet: FB, 0A and 55. RGB value is (251,10,85). Sum of RGB (Red+Green+Blue) = 251+10+85=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0A55 is #04F5AA. Grayscale: #5A5A5A. Windows color (decimal): -325035 or 5573371. OLE color: 5573371.
HSL color Cylindrical-coordinate representation of color #FB0A55: hue angle of 341.33º 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 #FB0A55 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 85 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.02 |
| HSL | 341.33º | 0.97% | 0.51% | - |
| HSV(B) | 341.33º | 0.96% | 0.98% | - |
| XYZ | 41.53 | 21.38 | 10.53 | - |
| YUV | 90.61 | 124.84 | 242.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 85 | 0 | 0.96 | 0.66 | 0.02 | 341.33 | 0.97 | 0.51 |
| Hex | FB | A | 55 | 0 | 60 | 42 | 2 | 155 | 61 | 33 |
| Octal | 373 | 12 | 125 | 0 | 140 | 102 | 2 | 525 | 141 | 63 |
| Binary | 11111011 | 1010 | 1010101 | 0 | 1100000 | 1000010 | 10 | 101010101 | 1100001 | 110011 |
Color Harmonies of #FB0A55
Complementary color
Monochromatic Colors of #FB0A55
Black with #FB0A55
Text Example
Text Example
White with #FB0A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A55; }
p { color: rgb(251,10,85); }
H1.HeaderClassName
{
color: #FB0A55;
}
.AnyTagClassName
{
color: #FB0A55;
}
</style>
background-color css
<style>
a { background-color: #FB0A55; }
a { background-color: rgb(251,10,85); }
div.DivClassName
{
background-color: #FB0A55;
}
.BgClassName
{
background-color: #FB0A55;
}
</style>
border-color css
<style>
span { border-color: #FB0A55; }
span { border-color: rgb(251,10,85); }
td.TdClassName
{
border-color: #FB0A55;
}
.TagClassName
{
border-color: #FB0A55;
}
</style>