Shades of Razzmatazz #FB045B
Tints of Razzmatazz #FB045B
RGB
CMYK
RGB Variations
Color information
#FB045B (or 0xFB045B) is known color: Razzmatazz. HEX triplet: FB, 04 and 5B. RGB value is (251,4,91). Sum of RGB (Red+Green+Blue) = 251+4+91=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB045B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB045B is #04FBA4. Grayscale: #575757. Windows color (decimal): -326565 or 5965051. OLE color: 5965051.
HSL color Cylindrical-coordinate representation of color #FB045B: hue angle of 338.87º 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 #FB045B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.02 |
| HSL | 338.87º | 0.97% | 0.5% | - |
| HSV(B) | 338.87º | 0.98% | 0.98% | - |
| XYZ | 41.72 | 21.35 | 11.82 | - |
| YUV | 87.77 | 129.83 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 91 | 0 | 0.98 | 0.64 | 0.02 | 338.87 | 0.97 | 0.5 |
| Hex | FB | 4 | 5B | 0 | 62 | 40 | 2 | 153 | 61 | 32 |
| Octal | 373 | 4 | 133 | 0 | 142 | 100 | 2 | 523 | 141 | 62 |
| Binary | 11111011 | 100 | 1011011 | 0 | 1100010 | 1000000 | 10 | 101010011 | 1100001 | 110010 |
Color Harmonies of #FB045B
Complementary color
Monochromatic Colors of #FB045B
Black with #FB045B
Text Example
Text Example
White with #FB045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB045B; }
p { color: rgb(251,4,91); }
H1.HeaderClassName
{
color: #FB045B;
}
.AnyTagClassName
{
color: #FB045B;
}
</style>
background-color css
<style>
a { background-color: #FB045B; }
a { background-color: rgb(251,4,91); }
div.DivClassName
{
background-color: #FB045B;
}
.BgClassName
{
background-color: #FB045B;
}
</style>
border-color css
<style>
span { border-color: #FB045B; }
span { border-color: rgb(251,4,91); }
td.TdClassName
{
border-color: #FB045B;
}
.TagClassName
{
border-color: #FB045B;
}
</style>