Shades of Razzmatazz #FB0552
Tints of Razzmatazz #FB0552
RGB
CMYK
RGB Variations
Color information
#FB0552 (or 0xFB0552) is known color: Razzmatazz. HEX triplet: FB, 05 and 52. RGB value is (251,5,82). Sum of RGB (Red+Green+Blue) = 251+5+82=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0552 is #04FAAD. Grayscale: #575757. Windows color (decimal): -326318 or 5375483. OLE color: 5375483.
HSL color Cylindrical-coordinate representation of color #FB0552: hue angle of 341.22º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0552 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.02 |
| HSL | 341.22º | 0.97% | 0.5% | - |
| HSV(B) | 341.22º | 0.98% | 0.98% | - |
| XYZ | 41.36 | 21.23 | 9.9 | - |
| YUV | 87.33 | 125 | 244.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 82 | 0 | 0.98 | 0.67 | 0.02 | 341.22 | 0.97 | 0.5 |
| Hex | FB | 5 | 52 | 0 | 62 | 43 | 2 | 155 | 61 | 32 |
| Octal | 373 | 5 | 122 | 0 | 142 | 103 | 2 | 525 | 141 | 62 |
| Binary | 11111011 | 101 | 1010010 | 0 | 1100010 | 1000011 | 10 | 101010101 | 1100001 | 110010 |
Color Harmonies of #FB0552
Complementary color
Monochromatic Colors of #FB0552
Black with #FB0552
Text Example
Text Example
White with #FB0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0552; }
p { color: rgb(251,5,82); }
H1.HeaderClassName
{
color: #FB0552;
}
.AnyTagClassName
{
color: #FB0552;
}
</style>
background-color css
<style>
a { background-color: #FB0552; }
a { background-color: rgb(251,5,82); }
div.DivClassName
{
background-color: #FB0552;
}
.BgClassName
{
background-color: #FB0552;
}
</style>
border-color css
<style>
span { border-color: #FB0552; }
span { border-color: rgb(251,5,82); }
td.TdClassName
{
border-color: #FB0552;
}
.TagClassName
{
border-color: #FB0552;
}
</style>