Shades of Razzmatazz #FF165D
Tints of Razzmatazz #FF165D
RGB
CMYK
RGB Variations
Color information
#FF165D (or 0xFF165D) is known color: Razzmatazz. HEX triplet: FF, 16 and 5D. RGB value is (255,22,93). Sum of RGB (Red+Green+Blue) = 255+22+93=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF165D is #00E9A2. Grayscale: #636363. Windows color (decimal): -59811 or 6100735. OLE color: 6100735.
HSL color Cylindrical-coordinate representation of color #FF165D: hue angle of 341.72º 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 #FF165D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 93 | - |
| CMYK | 0 | 0.91 | 0.64 | 0 |
| HSL | 341.72º | 1% | 0.54% | - |
| HSV(B) | 341.72º | 0.91% | 1% | - |
| XYZ | 43.5 | 22.62 | 12.43 | - |
| YUV | 99.76 | 124.19 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 93 | 0 | 0.91 | 0.64 | 0 | 341.72 | 1 | 0.54 |
| Hex | FF | 16 | 5D | 0 | 5B | 40 | 0 | 156 | 64 | 36 |
| Octal | 377 | 26 | 135 | 0 | 133 | 100 | 0 | 526 | 144 | 66 |
| Binary | 11111111 | 10110 | 1011101 | 0 | 1011011 | 1000000 | 0 | 101010110 | 1100100 | 110110 |
Color Harmonies of #FF165D
Complementary color
Monochromatic Colors of #FF165D
Black with #FF165D
Text Example
Text Example
White with #FF165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF165D; }
p { color: rgb(255,22,93); }
H1.HeaderClassName
{
color: #FF165D;
}
.AnyTagClassName
{
color: #FF165D;
}
</style>
background-color css
<style>
a { background-color: #FF165D; }
a { background-color: rgb(255,22,93); }
div.DivClassName
{
background-color: #FF165D;
}
.BgClassName
{
background-color: #FF165D;
}
</style>
border-color css
<style>
span { border-color: #FF165D; }
span { border-color: rgb(255,22,93); }
td.TdClassName
{
border-color: #FF165D;
}
.TagClassName
{
border-color: #FF165D;
}
</style>