Shades of Razzmatazz #FB0962
Tints of Razzmatazz #FB0962
RGB
CMYK
RGB Variations
Color information
#FB0962 (or 0xFB0962) is known color: Razzmatazz. HEX triplet: FB, 09 and 62. RGB value is (251,9,98). Sum of RGB (Red+Green+Blue) = 251+9+98=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0962 is #04F69D. Grayscale: #5B5B5B. Windows color (decimal): -325278 or 6425083. OLE color: 6425083.
HSL color Cylindrical-coordinate representation of color #FB0962: hue angle of 337.93º 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 #FB0962 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.02 |
| HSL | 337.93º | 0.97% | 0.51% | - |
| HSV(B) | 337.93º | 0.96% | 0.98% | - |
| XYZ | 42.09 | 21.59 | 13.5 | - |
| YUV | 91.5 | 131.67 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 98 | 0 | 0.96 | 0.61 | 0.02 | 337.93 | 0.97 | 0.51 |
| Hex | FB | 9 | 62 | 0 | 60 | 3D | 2 | 152 | 61 | 33 |
| Octal | 373 | 11 | 142 | 0 | 140 | 75 | 2 | 522 | 141 | 63 |
| Binary | 11111011 | 1001 | 1100010 | 0 | 1100000 | 111101 | 10 | 101010010 | 1100001 | 110011 |
Color Harmonies of #FB0962
Complementary color
Monochromatic Colors of #FB0962
Black with #FB0962
Text Example
Text Example
White with #FB0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0962; }
p { color: rgb(251,9,98); }
H1.HeaderClassName
{
color: #FB0962;
}
.AnyTagClassName
{
color: #FB0962;
}
</style>
background-color css
<style>
a { background-color: #FB0962; }
a { background-color: rgb(251,9,98); }
div.DivClassName
{
background-color: #FB0962;
}
.BgClassName
{
background-color: #FB0962;
}
</style>
border-color css
<style>
span { border-color: #FB0962; }
span { border-color: rgb(251,9,98); }
td.TdClassName
{
border-color: #FB0962;
}
.TagClassName
{
border-color: #FB0962;
}
</style>