Shades of Razzmatazz #FF0164
Tints of Razzmatazz #FF0164
RGB
CMYK
RGB Variations
Color information
#FF0164 (or 0xFF0164) is known color: Razzmatazz. HEX triplet: FF, 01 and 64. RGB value is (255,1,100). Sum of RGB (Red+Green+Blue) = 255+1+100=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0164 is #00FE9B. Grayscale: #585858. Windows color (decimal): -65180 or 6554111. OLE color: 6554111.
HSL color Cylindrical-coordinate representation of color #FF0164: hue angle of 336.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0164 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.61 | 0 |
| HSL | 336.61º | 1% | 0.5% | - |
| HSV(B) | 336.61º | 1% | 1% | - |
| XYZ | 43.55 | 22.2 | 14.05 | - |
| YUV | 88.23 | 134.65 | 246.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 100 | 0 | 1.00 | 0.61 | 0 | 336.61 | 1 | 0.5 |
| Hex | FF | 1 | 64 | 0 | 64 | 3D | 0 | 151 | 64 | 32 |
| Octal | 377 | 1 | 144 | 0 | 144 | 75 | 0 | 521 | 144 | 62 |
| Binary | 11111111 | 1 | 1100100 | 0 | 1100100 | 111101 | 0 | 101010001 | 1100100 | 110010 |
Color Harmonies of #FF0164
Complementary color
Monochromatic Colors of #FF0164
Black with #FF0164
Text Example
Text Example
White with #FF0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0164; }
p { color: rgb(255,1,100); }
H1.HeaderClassName
{
color: #FF0164;
}
.AnyTagClassName
{
color: #FF0164;
}
</style>
background-color css
<style>
a { background-color: #FF0164; }
a { background-color: rgb(255,1,100); }
div.DivClassName
{
background-color: #FF0164;
}
.BgClassName
{
background-color: #FF0164;
}
</style>
border-color css
<style>
span { border-color: #FF0164; }
span { border-color: rgb(255,1,100); }
td.TdClassName
{
border-color: #FF0164;
}
.TagClassName
{
border-color: #FF0164;
}
</style>