Shades of Razzmatazz #FB165C
Tints of Razzmatazz #FB165C
RGB
CMYK
RGB Variations
Color information
#FB165C (or 0xFB165C) is known color: Razzmatazz. HEX triplet: FB, 16 and 5C. RGB value is (251,22,92). Sum of RGB (Red+Green+Blue) = 251+22+92=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB165C is #04E9A3. Grayscale: #626262. Windows color (decimal): -321956 or 6035195. OLE color: 6035195.
HSL color Cylindrical-coordinate representation of color #FB165C: hue angle of 341.66º 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 #FB165C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.02 |
| HSL | 341.66º | 0.97% | 0.54% | - |
| HSV(B) | 341.66º | 0.91% | 0.98% | - |
| XYZ | 42 | 21.86 | 12.13 | - |
| YUV | 98.45 | 124.37 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 92 | 0 | 0.91 | 0.63 | 0.02 | 341.66 | 0.97 | 0.54 |
| Hex | FB | 16 | 5C | 0 | 5B | 3F | 2 | 156 | 61 | 36 |
| Octal | 373 | 26 | 134 | 0 | 133 | 77 | 2 | 526 | 141 | 66 |
| Binary | 11111011 | 10110 | 1011100 | 0 | 1011011 | 111111 | 10 | 101010110 | 1100001 | 110110 |
Color Harmonies of #FB165C
Complementary color
Monochromatic Colors of #FB165C
Black with #FB165C
Text Example
Text Example
White with #FB165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB165C; }
p { color: rgb(251,22,92); }
H1.HeaderClassName
{
color: #FB165C;
}
.AnyTagClassName
{
color: #FB165C;
}
</style>
background-color css
<style>
a { background-color: #FB165C; }
a { background-color: rgb(251,22,92); }
div.DivClassName
{
background-color: #FB165C;
}
.BgClassName
{
background-color: #FB165C;
}
</style>
border-color css
<style>
span { border-color: #FB165C; }
span { border-color: rgb(251,22,92); }
td.TdClassName
{
border-color: #FB165C;
}
.TagClassName
{
border-color: #FB165C;
}
</style>