Shades of Razzmatazz #FB0953
Tints of Razzmatazz #FB0953
RGB
CMYK
RGB Variations
Color information
#FB0953 (or 0xFB0953) is known color: Razzmatazz. HEX triplet: FB, 09 and 53. RGB value is (251,9,83). Sum of RGB (Red+Green+Blue) = 251+9+83=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0953 is #04F6AC. Grayscale: #595959. Windows color (decimal): -325293 or 5442043. OLE color: 5442043.
HSL color Cylindrical-coordinate representation of color #FB0953: hue angle of 341.65º 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 #FB0953 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.02 |
| HSL | 341.65º | 0.97% | 0.51% | - |
| HSV(B) | 341.65º | 0.96% | 0.98% | - |
| XYZ | 41.44 | 21.33 | 10.12 | - |
| YUV | 89.79 | 124.17 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 83 | 0 | 0.96 | 0.67 | 0.02 | 341.65 | 0.97 | 0.51 |
| Hex | FB | 9 | 53 | 0 | 60 | 43 | 2 | 156 | 61 | 33 |
| Octal | 373 | 11 | 123 | 0 | 140 | 103 | 2 | 526 | 141 | 63 |
| Binary | 11111011 | 1001 | 1010011 | 0 | 1100000 | 1000011 | 10 | 101010110 | 1100001 | 110011 |
Color Harmonies of #FB0953
Complementary color
Monochromatic Colors of #FB0953
Black with #FB0953
Text Example
Text Example
White with #FB0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0953; }
p { color: rgb(251,9,83); }
H1.HeaderClassName
{
color: #FB0953;
}
.AnyTagClassName
{
color: #FB0953;
}
</style>
background-color css
<style>
a { background-color: #FB0953; }
a { background-color: rgb(251,9,83); }
div.DivClassName
{
background-color: #FB0953;
}
.BgClassName
{
background-color: #FB0953;
}
</style>
border-color css
<style>
span { border-color: #FB0953; }
span { border-color: rgb(251,9,83); }
td.TdClassName
{
border-color: #FB0953;
}
.TagClassName
{
border-color: #FB0953;
}
</style>