Shades of Razzmatazz #FB0E55
Tints of Razzmatazz #FB0E55
RGB
CMYK
RGB Variations
Color information
#FB0E55 (or 0xFB0E55) is known color: Razzmatazz. HEX triplet: FB, 0E and 55. RGB value is (251,14,85). Sum of RGB (Red+Green+Blue) = 251+14+85=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0E55 is #04F1AA. Grayscale: #5C5C5C. Windows color (decimal): -324011 or 5574395. OLE color: 5574395.
HSL color Cylindrical-coordinate representation of color #FB0E55: hue angle of 342.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0E55 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 85 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.02 |
| HSL | 342.03º | 0.97% | 0.52% | - |
| HSV(B) | 342.03º | 0.94% | 0.98% | - |
| XYZ | 41.58 | 21.48 | 10.55 | - |
| YUV | 92.96 | 123.52 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 85 | 0 | 0.94 | 0.66 | 0.02 | 342.03 | 0.97 | 0.52 |
| Hex | FB | E | 55 | 0 | 5E | 42 | 2 | 156 | 61 | 34 |
| Octal | 373 | 16 | 125 | 0 | 136 | 102 | 2 | 526 | 141 | 64 |
| Binary | 11111011 | 1110 | 1010101 | 0 | 1011110 | 1000010 | 10 | 101010110 | 1100001 | 110100 |
Color Harmonies of #FB0E55
Complementary color
Monochromatic Colors of #FB0E55
Black with #FB0E55
Text Example
Text Example
White with #FB0E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0E55; }
p { color: rgb(251,14,85); }
H1.HeaderClassName
{
color: #FB0E55;
}
.AnyTagClassName
{
color: #FB0E55;
}
</style>
background-color css
<style>
a { background-color: #FB0E55; }
a { background-color: rgb(251,14,85); }
div.DivClassName
{
background-color: #FB0E55;
}
.BgClassName
{
background-color: #FB0E55;
}
</style>
border-color css
<style>
span { border-color: #FB0E55; }
span { border-color: rgb(251,14,85); }
td.TdClassName
{
border-color: #FB0E55;
}
.TagClassName
{
border-color: #FB0E55;
}
</style>