Shades of Razzmatazz #FB0057
Tints of Razzmatazz #FB0057
RGB
CMYK
RGB Variations
Color information
#FB0057 (or 0xFB0057) is known color: Razzmatazz. HEX triplet: FB, 00 and 57. RGB value is (251,0,87). Sum of RGB (Red+Green+Blue) = 251+0+87=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0057 is #04FFA8. Grayscale: #545454. Windows color (decimal): -327593 or 5701883. OLE color: 5701883.
HSL color Cylindrical-coordinate representation of color #FB0057: hue angle of 339.2º 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 #FB0057 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.65 | 0.02 |
| HSL | 339.2º | 1% | 0.49% | - |
| HSV(B) | 339.2º | 1% | 0.98% | - |
| XYZ | 41.5 | 21.2 | 10.92 | - |
| YUV | 84.97 | 129.16 | 246.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 87 | 0 | 1 | 0.65 | 0.02 | 339.2 | 1 | 0.49 |
| Hex | FB | 0 | 57 | 0 | 64 | 41 | 2 | 153 | 64 | 31 |
| Octal | 373 | 0 | 127 | 0 | 144 | 101 | 2 | 523 | 144 | 61 |
| Binary | 11111011 | 0 | 1010111 | 0 | 1100100 | 1000001 | 10 | 101010011 | 1100100 | 110001 |
Color Harmonies of #FB0057
Complementary color
Monochromatic Colors of #FB0057
Black with #FB0057
Text Example
Text Example
White with #FB0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0057; }
p { color: rgb(251,0,87); }
H1.HeaderClassName
{
color: #FB0057;
}
.AnyTagClassName
{
color: #FB0057;
}
</style>
background-color css
<style>
a { background-color: #FB0057; }
a { background-color: rgb(251,0,87); }
div.DivClassName
{
background-color: #FB0057;
}
.BgClassName
{
background-color: #FB0057;
}
</style>
border-color css
<style>
span { border-color: #FB0057; }
span { border-color: rgb(251,0,87); }
td.TdClassName
{
border-color: #FB0057;
}
.TagClassName
{
border-color: #FB0057;
}
</style>