Shades of Razzmatazz #FB005D
Tints of Razzmatazz #FB005D
RGB
CMYK
RGB Variations
Color information
#FB005D (or 0xFB005D) is known color: Razzmatazz. HEX triplet: FB, 00 and 5D. RGB value is (251,0,93). Sum of RGB (Red+Green+Blue) = 251+0+93=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB005D is #04FFA2. Grayscale: #555555. Windows color (decimal): -327587 or 6095099. OLE color: 6095099.
HSL color Cylindrical-coordinate representation of color #FB005D: hue angle of 337.77º 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 #FB005D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.63 | 0.02 |
| HSL | 337.77º | 1% | 0.49% | - |
| HSV(B) | 337.77º | 1% | 0.98% | - |
| XYZ | 41.76 | 21.3 | 12.27 | - |
| YUV | 85.65 | 132.16 | 245.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 93 | 0 | 1 | 0.63 | 0.02 | 337.77 | 1 | 0.49 |
| Hex | FB | 0 | 5D | 0 | 64 | 3F | 2 | 152 | 64 | 31 |
| Octal | 373 | 0 | 135 | 0 | 144 | 77 | 2 | 522 | 144 | 61 |
| Binary | 11111011 | 0 | 1011101 | 0 | 1100100 | 111111 | 10 | 101010010 | 1100100 | 110001 |
Color Harmonies of #FB005D
Complementary color
Monochromatic Colors of #FB005D
Black with #FB005D
Text Example
Text Example
White with #FB005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB005D; }
p { color: rgb(251,0,93); }
H1.HeaderClassName
{
color: #FB005D;
}
.AnyTagClassName
{
color: #FB005D;
}
</style>
background-color css
<style>
a { background-color: #FB005D; }
a { background-color: rgb(251,0,93); }
div.DivClassName
{
background-color: #FB005D;
}
.BgClassName
{
background-color: #FB005D;
}
</style>
border-color css
<style>
span { border-color: #FB005D; }
span { border-color: rgb(251,0,93); }
td.TdClassName
{
border-color: #FB005D;
}
.TagClassName
{
border-color: #FB005D;
}
</style>