Shades of Razzmatazz #FB0374
Tints of Razzmatazz #FB0374
RGB
CMYK
RGB Variations
Color information
#FB0374 (or 0xFB0374) is known color: Razzmatazz. HEX triplet: FB, 03 and 74. RGB value is (251,3,116). Sum of RGB (Red+Green+Blue) = 251+3+116=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0374 is #04FC8B. Grayscale: #595959. Windows color (decimal): -326796 or 7603195. OLE color: 7603195.
HSL color Cylindrical-coordinate representation of color #FB0374: hue angle of 332.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0374 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.02 |
| HSL | 332.66º | 0.98% | 0.5% | - |
| HSV(B) | 332.66º | 0.99% | 0.98% | - |
| XYZ | 42.97 | 21.84 | 18.47 | - |
| YUV | 90.03 | 142.66 | 242.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 116 | 0 | 0.99 | 0.54 | 0.02 | 332.66 | 0.98 | 0.5 |
| Hex | FB | 3 | 74 | 0 | 63 | 36 | 2 | 14D | 62 | 32 |
| Octal | 373 | 3 | 164 | 0 | 143 | 66 | 2 | 515 | 142 | 62 |
| Binary | 11111011 | 11 | 1110100 | 0 | 1100011 | 110110 | 10 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FB0374
Complementary color
Monochromatic Colors of #FB0374
Black with #FB0374
Text Example
Text Example
White with #FB0374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0374; }
p { color: rgb(251,3,116); }
H1.HeaderClassName
{
color: #FB0374;
}
.AnyTagClassName
{
color: #FB0374;
}
</style>
background-color css
<style>
a { background-color: #FB0374; }
a { background-color: rgb(251,3,116); }
div.DivClassName
{
background-color: #FB0374;
}
.BgClassName
{
background-color: #FB0374;
}
</style>
border-color css
<style>
span { border-color: #FB0374; }
span { border-color: rgb(251,3,116); }
td.TdClassName
{
border-color: #FB0374;
}
.TagClassName
{
border-color: #FB0374;
}
</style>