Shades of Razzmatazz #FF165B
Tints of Razzmatazz #FF165B
RGB
CMYK
RGB Variations
Color information
#FF165B (or 0xFF165B) is known color: Razzmatazz. HEX triplet: FF, 16 and 5B. RGB value is (255,22,91). Sum of RGB (Red+Green+Blue) = 255+22+91=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF165B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF165B is #00E9A4. Grayscale: #636363. Windows color (decimal): -59813 or 5969663. OLE color: 5969663.
HSL color Cylindrical-coordinate representation of color #FF165B: hue angle of 342.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF165B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 91 | - |
| CMYK | 0 | 0.91 | 0.64 | 0 |
| HSL | 342.23º | 1% | 0.54% | - |
| HSV(B) | 342.23º | 0.91% | 1% | - |
| XYZ | 43.42 | 22.59 | 11.97 | - |
| YUV | 99.53 | 123.19 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 91 | 0 | 0.91 | 0.64 | 0 | 342.23 | 1 | 0.54 |
| Hex | FF | 16 | 5B | 0 | 5B | 40 | 0 | 156 | 64 | 36 |
| Octal | 377 | 26 | 133 | 0 | 133 | 100 | 0 | 526 | 144 | 66 |
| Binary | 11111111 | 10110 | 1011011 | 0 | 1011011 | 1000000 | 0 | 101010110 | 1100100 | 110110 |
Color Harmonies of #FF165B
Complementary color
Monochromatic Colors of #FF165B
Black with #FF165B
Text Example
Text Example
White with #FF165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF165B; }
p { color: rgb(255,22,91); }
H1.HeaderClassName
{
color: #FF165B;
}
.AnyTagClassName
{
color: #FF165B;
}
</style>
background-color css
<style>
a { background-color: #FF165B; }
a { background-color: rgb(255,22,91); }
div.DivClassName
{
background-color: #FF165B;
}
.BgClassName
{
background-color: #FF165B;
}
</style>
border-color css
<style>
span { border-color: #FF165B; }
span { border-color: rgb(255,22,91); }
td.TdClassName
{
border-color: #FF165B;
}
.TagClassName
{
border-color: #FF165B;
}
</style>