Shades of Razzmatazz #FF1564
Tints of Razzmatazz #FF1564
RGB
CMYK
RGB Variations
Color information
#FF1564 (or 0xFF1564) is known color: Razzmatazz. HEX triplet: FF, 15 and 64. RGB value is (255,21,100). Sum of RGB (Red+Green+Blue) = 255+21+100=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1564 is #00EA9B. Grayscale: #636363. Windows color (decimal): -60060 or 6559231. OLE color: 6559231.
HSL color Cylindrical-coordinate representation of color #FF1564: hue angle of 339.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1564 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 100 | - |
| CMYK | 0 | 0.92 | 0.61 | 0 |
| HSL | 339.74º | 1% | 0.54% | - |
| HSV(B) | 339.74º | 0.92% | 1% | - |
| XYZ | 43.81 | 22.72 | 14.13 | - |
| YUV | 99.97 | 128.02 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 100 | 0 | 0.92 | 0.61 | 0 | 339.74 | 1 | 0.54 |
| Hex | FF | 15 | 64 | 0 | 5C | 3D | 0 | 154 | 64 | 36 |
| Octal | 377 | 25 | 144 | 0 | 134 | 75 | 0 | 524 | 144 | 66 |
| Binary | 11111111 | 10101 | 1100100 | 0 | 1011100 | 111101 | 0 | 101010100 | 1100100 | 110110 |
Color Harmonies of #FF1564
Complementary color
Monochromatic Colors of #FF1564
Black with #FF1564
Text Example
Text Example
White with #FF1564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1564; }
p { color: rgb(255,21,100); }
H1.HeaderClassName
{
color: #FF1564;
}
.AnyTagClassName
{
color: #FF1564;
}
</style>
background-color css
<style>
a { background-color: #FF1564; }
a { background-color: rgb(255,21,100); }
div.DivClassName
{
background-color: #FF1564;
}
.BgClassName
{
background-color: #FF1564;
}
</style>
border-color css
<style>
span { border-color: #FF1564; }
span { border-color: rgb(255,21,100); }
td.TdClassName
{
border-color: #FF1564;
}
.TagClassName
{
border-color: #FF1564;
}
</style>