Shades of Razzmatazz #FB0356
Tints of Razzmatazz #FB0356
RGB
CMYK
RGB Variations
Color information
#FB0356 (or 0xFB0356) is known color: Razzmatazz. HEX triplet: FB, 03 and 56. RGB value is (251,3,86). Sum of RGB (Red+Green+Blue) = 251+3+86=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0356 is #04FCA9. Grayscale: #565656. Windows color (decimal): -326826 or 5637115. OLE color: 5637115.
HSL color Cylindrical-coordinate representation of color #FB0356: hue angle of 339.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0356 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.02 |
| HSL | 339.92º | 0.98% | 0.5% | - |
| HSV(B) | 339.92º | 0.99% | 0.98% | - |
| XYZ | 41.5 | 21.25 | 10.72 | - |
| YUV | 86.61 | 127.66 | 245.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 86 | 0 | 0.99 | 0.66 | 0.02 | 339.92 | 0.98 | 0.5 |
| Hex | FB | 3 | 56 | 0 | 63 | 42 | 2 | 154 | 62 | 32 |
| Octal | 373 | 3 | 126 | 0 | 143 | 102 | 2 | 524 | 142 | 62 |
| Binary | 11111011 | 11 | 1010110 | 0 | 1100011 | 1000010 | 10 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FB0356
Complementary color
Monochromatic Colors of #FB0356
Black with #FB0356
Text Example
Text Example
White with #FB0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0356; }
p { color: rgb(251,3,86); }
H1.HeaderClassName
{
color: #FB0356;
}
.AnyTagClassName
{
color: #FB0356;
}
</style>
background-color css
<style>
a { background-color: #FB0356; }
a { background-color: rgb(251,3,86); }
div.DivClassName
{
background-color: #FB0356;
}
.BgClassName
{
background-color: #FB0356;
}
</style>
border-color css
<style>
span { border-color: #FB0356; }
span { border-color: rgb(251,3,86); }
td.TdClassName
{
border-color: #FB0356;
}
.TagClassName
{
border-color: #FB0356;
}
</style>