Shades of Razzmatazz #FF1560
Tints of Razzmatazz #FF1560
RGB
CMYK
RGB Variations
Color information
#FF1560 (or 0xFF1560) is known color: Razzmatazz. HEX triplet: FF, 15 and 60. RGB value is (255,21,96). Sum of RGB (Red+Green+Blue) = 255+21+96=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1560 is #00EA9F. Grayscale: #636363. Windows color (decimal): -60064 or 6297087. OLE color: 6297087.
HSL color Cylindrical-coordinate representation of color #FF1560: hue angle of 340.77º 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 #FF1560 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 96 | - |
| CMYK | 0 | 0.92 | 0.62 | 0 |
| HSL | 340.77º | 1% | 0.54% | - |
| HSV(B) | 340.77º | 0.92% | 1% | - |
| XYZ | 43.62 | 22.64 | 13.14 | - |
| YUV | 99.52 | 126.02 | 238.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 96 | 0 | 0.92 | 0.62 | 0 | 340.77 | 1 | 0.54 |
| Hex | FF | 15 | 60 | 0 | 5C | 3E | 0 | 155 | 64 | 36 |
| Octal | 377 | 25 | 140 | 0 | 134 | 76 | 0 | 525 | 144 | 66 |
| Binary | 11111111 | 10101 | 1100000 | 0 | 1011100 | 111110 | 0 | 101010101 | 1100100 | 110110 |
Color Harmonies of #FF1560
Complementary color
Monochromatic Colors of #FF1560
Black with #FF1560
Text Example
Text Example
White with #FF1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1560; }
p { color: rgb(255,21,96); }
H1.HeaderClassName
{
color: #FF1560;
}
.AnyTagClassName
{
color: #FF1560;
}
</style>
background-color css
<style>
a { background-color: #FF1560; }
a { background-color: rgb(255,21,96); }
div.DivClassName
{
background-color: #FF1560;
}
.BgClassName
{
background-color: #FF1560;
}
</style>
border-color css
<style>
span { border-color: #FF1560; }
span { border-color: rgb(255,21,96); }
td.TdClassName
{
border-color: #FF1560;
}
.TagClassName
{
border-color: #FF1560;
}
</style>