Shades of Razzmatazz #FB0B5A
Tints of Razzmatazz #FB0B5A
RGB
CMYK
RGB Variations
Color information
#FB0B5A (or 0xFB0B5A) is known color: Razzmatazz. HEX triplet: FB, 0B and 5A. RGB value is (251,11,90). Sum of RGB (Red+Green+Blue) = 251+11+90=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B5A is #04F4A5. Grayscale: #5B5B5B. Windows color (decimal): -324774 or 5901307. OLE color: 5901307.
HSL color Cylindrical-coordinate representation of color #FB0B5A: hue angle of 340.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 #FB0B5A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 90 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.02 |
| HSL | 340.25º | 0.97% | 0.51% | - |
| HSV(B) | 340.25º | 0.96% | 0.98% | - |
| XYZ | 41.75 | 21.49 | 11.62 | - |
| YUV | 91.77 | 127.01 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 90 | 0 | 0.96 | 0.64 | 0.02 | 340.25 | 0.97 | 0.51 |
| Hex | FB | B | 5A | 0 | 60 | 40 | 2 | 154 | 61 | 33 |
| Octal | 373 | 13 | 132 | 0 | 140 | 100 | 2 | 524 | 141 | 63 |
| Binary | 11111011 | 1011 | 1011010 | 0 | 1100000 | 1000000 | 10 | 101010100 | 1100001 | 110011 |
Color Harmonies of #FB0B5A
Complementary color
Monochromatic Colors of #FB0B5A
Black with #FB0B5A
Text Example
Text Example
White with #FB0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B5A; }
p { color: rgb(251,11,90); }
H1.HeaderClassName
{
color: #FB0B5A;
}
.AnyTagClassName
{
color: #FB0B5A;
}
</style>
background-color css
<style>
a { background-color: #FB0B5A; }
a { background-color: rgb(251,11,90); }
div.DivClassName
{
background-color: #FB0B5A;
}
.BgClassName
{
background-color: #FB0B5A;
}
</style>
border-color css
<style>
span { border-color: #FB0B5A; }
span { border-color: rgb(251,11,90); }
td.TdClassName
{
border-color: #FB0B5A;
}
.TagClassName
{
border-color: #FB0B5A;
}
</style>