Shades of Razzmatazz #FB0473
Tints of Razzmatazz #FB0473
RGB
CMYK
RGB Variations
Color information
#FB0473 (or 0xFB0473) is known color: Razzmatazz. HEX triplet: FB, 04 and 73. RGB value is (251,4,115). Sum of RGB (Red+Green+Blue) = 251+4+115=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0473 is #04FB8C. Grayscale: #5A5A5A. Windows color (decimal): -326541 or 7537915. OLE color: 7537915.
HSL color Cylindrical-coordinate representation of color #FB0473: hue angle of 333.04º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0473 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.02 |
| HSL | 333.04º | 0.97% | 0.5% | - |
| HSV(B) | 333.04º | 0.98% | 0.98% | - |
| XYZ | 42.92 | 21.83 | 18.17 | - |
| YUV | 90.51 | 141.83 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 115 | 0 | 0.98 | 0.54 | 0.02 | 333.04 | 0.97 | 0.5 |
| Hex | FB | 4 | 73 | 0 | 62 | 36 | 2 | 14D | 61 | 32 |
| Octal | 373 | 4 | 163 | 0 | 142 | 66 | 2 | 515 | 141 | 62 |
| Binary | 11111011 | 100 | 1110011 | 0 | 1100010 | 110110 | 10 | 101001101 | 1100001 | 110010 |
Color Harmonies of #FB0473
Complementary color
Monochromatic Colors of #FB0473
Black with #FB0473
Text Example
Text Example
White with #FB0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0473; }
p { color: rgb(251,4,115); }
H1.HeaderClassName
{
color: #FB0473;
}
.AnyTagClassName
{
color: #FB0473;
}
</style>
background-color css
<style>
a { background-color: #FB0473; }
a { background-color: rgb(251,4,115); }
div.DivClassName
{
background-color: #FB0473;
}
.BgClassName
{
background-color: #FB0473;
}
</style>
border-color css
<style>
span { border-color: #FB0473; }
span { border-color: rgb(251,4,115); }
td.TdClassName
{
border-color: #FB0473;
}
.TagClassName
{
border-color: #FB0473;
}
</style>