Shades of Razzmatazz #FB096D
Tints of Razzmatazz #FB096D
RGB
CMYK
RGB Variations
Color information
#FB096D (or 0xFB096D) is known color: Razzmatazz. HEX triplet: FB, 09 and 6D. RGB value is (251,9,109). Sum of RGB (Red+Green+Blue) = 251+9+109=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB096D is #04F692. Grayscale: #5C5C5C. Windows color (decimal): -325267 or 7145979. OLE color: 7145979.
HSL color Cylindrical-coordinate representation of color #FB096D: hue angle of 335.21º 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 #FB096D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.21º | 0.97% | 0.51% | - |
| HSV(B) | 335.21º | 0.96% | 0.98% | - |
| XYZ | 42.64 | 21.81 | 16.43 | - |
| YUV | 92.76 | 137.17 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 109 | 0 | 0.96 | 0.57 | 0.02 | 335.21 | 0.97 | 0.51 |
| Hex | FB | 9 | 6D | 0 | 60 | 39 | 2 | 14F | 61 | 33 |
| Octal | 373 | 11 | 155 | 0 | 140 | 71 | 2 | 517 | 141 | 63 |
| Binary | 11111011 | 1001 | 1101101 | 0 | 1100000 | 111001 | 10 | 101001111 | 1100001 | 110011 |
Color Harmonies of #FB096D
Complementary color
Monochromatic Colors of #FB096D
Black with #FB096D
Text Example
Text Example
White with #FB096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB096D; }
p { color: rgb(251,9,109); }
H1.HeaderClassName
{
color: #FB096D;
}
.AnyTagClassName
{
color: #FB096D;
}
</style>
background-color css
<style>
a { background-color: #FB096D; }
a { background-color: rgb(251,9,109); }
div.DivClassName
{
background-color: #FB096D;
}
.BgClassName
{
background-color: #FB096D;
}
</style>
border-color css
<style>
span { border-color: #FB096D; }
span { border-color: rgb(251,9,109); }
td.TdClassName
{
border-color: #FB096D;
}
.TagClassName
{
border-color: #FB096D;
}
</style>