Shades of Razzmatazz #FB056B
Tints of Razzmatazz #FB056B
RGB
CMYK
RGB Variations
Color information
#FB056B (or 0xFB056B) is known color: Razzmatazz. HEX triplet: FB, 05 and 6B. RGB value is (251,5,107). Sum of RGB (Red+Green+Blue) = 251+5+107=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB056B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB056B is #04FA94. Grayscale: #5A5A5A. Windows color (decimal): -326293 or 7013883. OLE color: 7013883.
HSL color Cylindrical-coordinate representation of color #FB056B: hue angle of 335.12º 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 #FB056B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.02 |
| HSL | 335.12º | 0.97% | 0.5% | - |
| HSV(B) | 335.12º | 0.98% | 0.98% | - |
| XYZ | 42.49 | 21.68 | 15.85 | - |
| YUV | 90.18 | 137.5 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 107 | 0 | 0.98 | 0.57 | 0.02 | 335.12 | 0.97 | 0.5 |
| Hex | FB | 5 | 6B | 0 | 62 | 39 | 2 | 14F | 61 | 32 |
| Octal | 373 | 5 | 153 | 0 | 142 | 71 | 2 | 517 | 141 | 62 |
| Binary | 11111011 | 101 | 1101011 | 0 | 1100010 | 111001 | 10 | 101001111 | 1100001 | 110010 |
Color Harmonies of #FB056B
Complementary color
Monochromatic Colors of #FB056B
Black with #FB056B
Text Example
Text Example
White with #FB056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB056B; }
p { color: rgb(251,5,107); }
H1.HeaderClassName
{
color: #FB056B;
}
.AnyTagClassName
{
color: #FB056B;
}
</style>
background-color css
<style>
a { background-color: #FB056B; }
a { background-color: rgb(251,5,107); }
div.DivClassName
{
background-color: #FB056B;
}
.BgClassName
{
background-color: #FB056B;
}
</style>
border-color css
<style>
span { border-color: #FB056B; }
span { border-color: rgb(251,5,107); }
td.TdClassName
{
border-color: #FB056B;
}
.TagClassName
{
border-color: #FB056B;
}
</style>