Shades of Razzmatazz #FF165A
Tints of Razzmatazz #FF165A
RGB
CMYK
RGB Variations
Color information
#FF165A (or 0xFF165A) is known color: Razzmatazz. HEX triplet: FF, 16 and 5A. RGB value is (255,22,90). Sum of RGB (Red+Green+Blue) = 255+22+90=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF165A is #00E9A5. Grayscale: #636363. Windows color (decimal): -59814 or 5904127. OLE color: 5904127.
HSL color Cylindrical-coordinate representation of color #FF165A: hue angle of 342.49º 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 #FF165A is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.65 | 0 |
| HSL | 342.49º | 1% | 0.54% | - |
| HSV(B) | 342.49º | 0.91% | 1% | - |
| XYZ | 43.37 | 22.57 | 11.74 | - |
| YUV | 99.42 | 122.69 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 90 | 0 | 0.91 | 0.65 | 0 | 342.49 | 1 | 0.54 |
| Hex | FF | 16 | 5A | 0 | 5B | 41 | 0 | 156 | 64 | 36 |
| Octal | 377 | 26 | 132 | 0 | 133 | 101 | 0 | 526 | 144 | 66 |
| Binary | 11111111 | 10110 | 1011010 | 0 | 1011011 | 1000001 | 0 | 101010110 | 1100100 | 110110 |
Color Harmonies of #FF165A
Complementary color
Monochromatic Colors of #FF165A
Black with #FF165A
Text Example
Text Example
White with #FF165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF165A; }
p { color: rgb(255,22,90); }
H1.HeaderClassName
{
color: #FF165A;
}
.AnyTagClassName
{
color: #FF165A;
}
</style>
background-color css
<style>
a { background-color: #FF165A; }
a { background-color: rgb(255,22,90); }
div.DivClassName
{
background-color: #FF165A;
}
.BgClassName
{
background-color: #FF165A;
}
</style>
border-color css
<style>
span { border-color: #FF165A; }
span { border-color: rgb(255,22,90); }
td.TdClassName
{
border-color: #FF165A;
}
.TagClassName
{
border-color: #FF165A;
}
</style>