Shades of Razzmatazz #FB005B
Tints of Razzmatazz #FB005B
RGB
CMYK
RGB Variations
Color information
#FB005B (or 0xFB005B) is known color: Razzmatazz. HEX triplet: FB, 00 and 5B. RGB value is (251,0,91). Sum of RGB (Red+Green+Blue) = 251+0+91=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB005B is #04FFA4. Grayscale: #555555. Windows color (decimal): -327589 or 5964027. OLE color: 5964027.
HSL color Cylindrical-coordinate representation of color #FB005B: hue angle of 338.25º 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 #FB005B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.64 | 0.02 |
| HSL | 338.25º | 1% | 0.49% | - |
| HSV(B) | 338.25º | 1% | 0.98% | - |
| XYZ | 41.67 | 21.26 | 11.81 | - |
| YUV | 85.42 | 131.16 | 246.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 91 | 0 | 1 | 0.64 | 0.02 | 338.25 | 1 | 0.49 |
| Hex | FB | 0 | 5B | 0 | 64 | 40 | 2 | 152 | 64 | 31 |
| Octal | 373 | 0 | 133 | 0 | 144 | 100 | 2 | 522 | 144 | 61 |
| Binary | 11111011 | 0 | 1011011 | 0 | 1100100 | 1000000 | 10 | 101010010 | 1100100 | 110001 |
Color Harmonies of #FB005B
Complementary color
Monochromatic Colors of #FB005B
Black with #FB005B
Text Example
Text Example
White with #FB005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB005B; }
p { color: rgb(251,0,91); }
H1.HeaderClassName
{
color: #FB005B;
}
.AnyTagClassName
{
color: #FB005B;
}
</style>
background-color css
<style>
a { background-color: #FB005B; }
a { background-color: rgb(251,0,91); }
div.DivClassName
{
background-color: #FB005B;
}
.BgClassName
{
background-color: #FB005B;
}
</style>
border-color css
<style>
span { border-color: #FB005B; }
span { border-color: rgb(251,0,91); }
td.TdClassName
{
border-color: #FB005B;
}
.TagClassName
{
border-color: #FB005B;
}
</style>