Shades of Razzmatazz #FB095A
Tints of Razzmatazz #FB095A
RGB
CMYK
RGB Variations
Color information
#FB095A (or 0xFB095A) is known color: Razzmatazz. HEX triplet: FB, 09 and 5A. RGB value is (251,9,90). Sum of RGB (Red+Green+Blue) = 251+9+90=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB095A is #04F6A5. Grayscale: #5A5A5A. Windows color (decimal): -325286 or 5900795. OLE color: 5900795.
HSL color Cylindrical-coordinate representation of color #FB095A: hue angle of 339.92º 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 #FB095A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.02 |
| HSL | 339.92º | 0.97% | 0.51% | - |
| HSV(B) | 339.92º | 0.96% | 0.98% | - |
| XYZ | 41.73 | 21.44 | 11.61 | - |
| YUV | 90.59 | 127.67 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 90 | 0 | 0.96 | 0.64 | 0.02 | 339.92 | 0.97 | 0.51 |
| Hex | FB | 9 | 5A | 0 | 60 | 40 | 2 | 154 | 61 | 33 |
| Octal | 373 | 11 | 132 | 0 | 140 | 100 | 2 | 524 | 141 | 63 |
| Binary | 11111011 | 1001 | 1011010 | 0 | 1100000 | 1000000 | 10 | 101010100 | 1100001 | 110011 |
Color Harmonies of #FB095A
Complementary color
Monochromatic Colors of #FB095A
Black with #FB095A
Text Example
Text Example
White with #FB095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB095A; }
p { color: rgb(251,9,90); }
H1.HeaderClassName
{
color: #FB095A;
}
.AnyTagClassName
{
color: #FB095A;
}
</style>
background-color css
<style>
a { background-color: #FB095A; }
a { background-color: rgb(251,9,90); }
div.DivClassName
{
background-color: #FB095A;
}
.BgClassName
{
background-color: #FB095A;
}
</style>
border-color css
<style>
span { border-color: #FB095A; }
span { border-color: rgb(251,9,90); }
td.TdClassName
{
border-color: #FB095A;
}
.TagClassName
{
border-color: #FB095A;
}
</style>