Shades of Razzmatazz #FB0B5E
Tints of Razzmatazz #FB0B5E
RGB
CMYK
RGB Variations
Color information
#FB0B5E (or 0xFB0B5E) is known color: Razzmatazz. HEX triplet: FB, 0B and 5E. RGB value is (251,11,94). Sum of RGB (Red+Green+Blue) = 251+11+94=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B5E is #04F4A1. Grayscale: #5C5C5C. Windows color (decimal): -324770 or 6163451. OLE color: 6163451.
HSL color Cylindrical-coordinate representation of color #FB0B5E: hue angle of 339.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0B5E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 94 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.02 |
| HSL | 339.25º | 0.97% | 0.51% | - |
| HSV(B) | 339.25º | 0.96% | 0.98% | - |
| XYZ | 41.92 | 21.56 | 12.54 | - |
| YUV | 92.22 | 129.01 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 94 | 0 | 0.96 | 0.63 | 0.02 | 339.25 | 0.97 | 0.51 |
| Hex | FB | B | 5E | 0 | 60 | 3F | 2 | 153 | 61 | 33 |
| Octal | 373 | 13 | 136 | 0 | 140 | 77 | 2 | 523 | 141 | 63 |
| Binary | 11111011 | 1011 | 1011110 | 0 | 1100000 | 111111 | 10 | 101010011 | 1100001 | 110011 |
Color Harmonies of #FB0B5E
Complementary color
Monochromatic Colors of #FB0B5E
Black with #FB0B5E
Text Example
Text Example
White with #FB0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B5E; }
p { color: rgb(251,11,94); }
H1.HeaderClassName
{
color: #FB0B5E;
}
.AnyTagClassName
{
color: #FB0B5E;
}
</style>
background-color css
<style>
a { background-color: #FB0B5E; }
a { background-color: rgb(251,11,94); }
div.DivClassName
{
background-color: #FB0B5E;
}
.BgClassName
{
background-color: #FB0B5E;
}
</style>
border-color css
<style>
span { border-color: #FB0B5E; }
span { border-color: rgb(251,11,94); }
td.TdClassName
{
border-color: #FB0B5E;
}
.TagClassName
{
border-color: #FB0B5E;
}
</style>