Shades of Razzmatazz #FB165A
Tints of Razzmatazz #FB165A
RGB
CMYK
RGB Variations
Color information
#FB165A (or 0xFB165A) is known color: Razzmatazz. HEX triplet: FB, 16 and 5A. RGB value is (251,22,90). Sum of RGB (Red+Green+Blue) = 251+22+90=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB165A is #04E9A5. Grayscale: #626262. Windows color (decimal): -321958 or 5904123. OLE color: 5904123.
HSL color Cylindrical-coordinate representation of color #FB165A: hue angle of 342.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB165A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.02 |
| HSL | 342.18º | 0.97% | 0.54% | - |
| HSV(B) | 342.18º | 0.91% | 0.98% | - |
| XYZ | 41.92 | 21.82 | 11.68 | - |
| YUV | 98.22 | 123.37 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 90 | 0 | 0.91 | 0.64 | 0.02 | 342.18 | 0.97 | 0.54 |
| Hex | FB | 16 | 5A | 0 | 5B | 40 | 2 | 156 | 61 | 36 |
| Octal | 373 | 26 | 132 | 0 | 133 | 100 | 2 | 526 | 141 | 66 |
| Binary | 11111011 | 10110 | 1011010 | 0 | 1011011 | 1000000 | 10 | 101010110 | 1100001 | 110110 |
Color Harmonies of #FB165A
Complementary color
Monochromatic Colors of #FB165A
Black with #FB165A
Text Example
Text Example
White with #FB165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB165A; }
p { color: rgb(251,22,90); }
H1.HeaderClassName
{
color: #FB165A;
}
.AnyTagClassName
{
color: #FB165A;
}
</style>
background-color css
<style>
a { background-color: #FB165A; }
a { background-color: rgb(251,22,90); }
div.DivClassName
{
background-color: #FB165A;
}
.BgClassName
{
background-color: #FB165A;
}
</style>
border-color css
<style>
span { border-color: #FB165A; }
span { border-color: rgb(251,22,90); }
td.TdClassName
{
border-color: #FB165A;
}
.TagClassName
{
border-color: #FB165A;
}
</style>