Shades of Razzmatazz #FF165E
Tints of Razzmatazz #FF165E
RGB
CMYK
RGB Variations
Color information
#FF165E (or 0xFF165E) is known color: Razzmatazz. HEX triplet: FF, 16 and 5E. RGB value is (255,22,94). Sum of RGB (Red+Green+Blue) = 255+22+94=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF165E is #00E9A1. Grayscale: #636363. Windows color (decimal): -59810 or 6166271. OLE color: 6166271.
HSL color Cylindrical-coordinate representation of color #FF165E: hue angle of 341.46º 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 #FF165E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 94 | - |
| CMYK | 0 | 0.91 | 0.63 | 0 |
| HSL | 341.46º | 1% | 0.54% | - |
| HSV(B) | 341.46º | 0.91% | 1% | - |
| XYZ | 43.55 | 22.64 | 12.66 | - |
| YUV | 99.88 | 124.69 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 94 | 0 | 0.91 | 0.63 | 0 | 341.46 | 1 | 0.54 |
| Hex | FF | 16 | 5E | 0 | 5B | 3F | 0 | 155 | 64 | 36 |
| Octal | 377 | 26 | 136 | 0 | 133 | 77 | 0 | 525 | 144 | 66 |
| Binary | 11111111 | 10110 | 1011110 | 0 | 1011011 | 111111 | 0 | 101010101 | 1100100 | 110110 |
Color Harmonies of #FF165E
Complementary color
Monochromatic Colors of #FF165E
Black with #FF165E
Text Example
Text Example
White with #FF165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF165E; }
p { color: rgb(255,22,94); }
H1.HeaderClassName
{
color: #FF165E;
}
.AnyTagClassName
{
color: #FF165E;
}
</style>
background-color css
<style>
a { background-color: #FF165E; }
a { background-color: rgb(255,22,94); }
div.DivClassName
{
background-color: #FF165E;
}
.BgClassName
{
background-color: #FF165E;
}
</style>
border-color css
<style>
span { border-color: #FF165E; }
span { border-color: rgb(255,22,94); }
td.TdClassName
{
border-color: #FF165E;
}
.TagClassName
{
border-color: #FF165E;
}
</style>