Shades of Razzmatazz #FB0054
Tints of Razzmatazz #FB0054
RGB
CMYK
RGB Variations
Color information
#FB0054 (or 0xFB0054) is known color: Razzmatazz. HEX triplet: FB, 00 and 54. RGB value is (251,0,84). Sum of RGB (Red+Green+Blue) = 251+0+84=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0054 is #04FFAB. Grayscale: #545454. Windows color (decimal): -327596 or 5505275. OLE color: 5505275.
HSL color Cylindrical-coordinate representation of color #FB0054: hue angle of 339.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0054 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.67 | 0.02 |
| HSL | 339.92º | 1% | 0.49% | - |
| HSV(B) | 339.92º | 1% | 0.98% | - |
| XYZ | 41.38 | 21.15 | 10.29 | - |
| YUV | 84.63 | 127.66 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 84 | 0 | 1 | 0.67 | 0.02 | 339.92 | 1 | 0.49 |
| Hex | FB | 0 | 54 | 0 | 64 | 43 | 2 | 154 | 64 | 31 |
| Octal | 373 | 0 | 124 | 0 | 144 | 103 | 2 | 524 | 144 | 61 |
| Binary | 11111011 | 0 | 1010100 | 0 | 1100100 | 1000011 | 10 | 101010100 | 1100100 | 110001 |
Color Harmonies of #FB0054
Complementary color
Monochromatic Colors of #FB0054
Black with #FB0054
Text Example
Text Example
White with #FB0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0054; }
p { color: rgb(251,0,84); }
H1.HeaderClassName
{
color: #FB0054;
}
.AnyTagClassName
{
color: #FB0054;
}
</style>
background-color css
<style>
a { background-color: #FB0054; }
a { background-color: rgb(251,0,84); }
div.DivClassName
{
background-color: #FB0054;
}
.BgClassName
{
background-color: #FB0054;
}
</style>
border-color css
<style>
span { border-color: #FB0054; }
span { border-color: rgb(251,0,84); }
td.TdClassName
{
border-color: #FB0054;
}
.TagClassName
{
border-color: #FB0054;
}
</style>