Shades of Razzmatazz #FB0051
Tints of Razzmatazz #FB0051
RGB
CMYK
RGB Variations
Color information
#FB0051 (or 0xFB0051) is known color: Razzmatazz. HEX triplet: FB, 00 and 51. RGB value is (251,0,81). Sum of RGB (Red+Green+Blue) = 251+0+81=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0051 is #04FFAE. Grayscale: #545454. Windows color (decimal): -327599 or 5308667. OLE color: 5308667.
HSL color Cylindrical-coordinate representation of color #FB0051: hue angle of 340.64º 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 #FB0051 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.68 | 0.02 |
| HSL | 340.64º | 1% | 0.49% | - |
| HSV(B) | 340.64º | 1% | 0.98% | - |
| XYZ | 41.27 | 21.1 | 9.68 | - |
| YUV | 84.28 | 126.16 | 246.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 81 | 0 | 1 | 0.68 | 0.02 | 340.64 | 1 | 0.49 |
| Hex | FB | 0 | 51 | 0 | 64 | 44 | 2 | 155 | 64 | 31 |
| Octal | 373 | 0 | 121 | 0 | 144 | 104 | 2 | 525 | 144 | 61 |
| Binary | 11111011 | 0 | 1010001 | 0 | 1100100 | 1000100 | 10 | 101010101 | 1100100 | 110001 |
Color Harmonies of #FB0051
Complementary color
Monochromatic Colors of #FB0051
Black with #FB0051
Text Example
Text Example
White with #FB0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0051; }
p { color: rgb(251,0,81); }
H1.HeaderClassName
{
color: #FB0051;
}
.AnyTagClassName
{
color: #FB0051;
}
</style>
background-color css
<style>
a { background-color: #FB0051; }
a { background-color: rgb(251,0,81); }
div.DivClassName
{
background-color: #FB0051;
}
.BgClassName
{
background-color: #FB0051;
}
</style>
border-color css
<style>
span { border-color: #FB0051; }
span { border-color: rgb(251,0,81); }
td.TdClassName
{
border-color: #FB0051;
}
.TagClassName
{
border-color: #FB0051;
}
</style>