Shades of Razzmatazz #FF1561
Tints of Razzmatazz #FF1561
RGB
CMYK
RGB Variations
Color information
#FF1561 (or 0xFF1561) is known color: Razzmatazz. HEX triplet: FF, 15 and 61. RGB value is (255,21,97). Sum of RGB (Red+Green+Blue) = 255+21+97=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1561 is #00EA9E. Grayscale: #636363. Windows color (decimal): -60063 or 6362623. OLE color: 6362623.
HSL color Cylindrical-coordinate representation of color #FF1561: hue angle of 340.51º 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 #FF1561 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 97 | - |
| CMYK | 0 | 0.92 | 0.62 | 0 |
| HSL | 340.51º | 1% | 0.54% | - |
| HSV(B) | 340.51º | 0.92% | 1% | - |
| XYZ | 43.67 | 22.66 | 13.38 | - |
| YUV | 99.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 97 | 0 | 0.92 | 0.62 | 0 | 340.51 | 1 | 0.54 |
| Hex | FF | 15 | 61 | 0 | 5C | 3E | 0 | 155 | 64 | 36 |
| Octal | 377 | 25 | 141 | 0 | 134 | 76 | 0 | 525 | 144 | 66 |
| Binary | 11111111 | 10101 | 1100001 | 0 | 1011100 | 111110 | 0 | 101010101 | 1100100 | 110110 |
Color Harmonies of #FF1561
Complementary color
Monochromatic Colors of #FF1561
Black with #FF1561
Text Example
Text Example
White with #FF1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1561; }
p { color: rgb(255,21,97); }
H1.HeaderClassName
{
color: #FF1561;
}
.AnyTagClassName
{
color: #FF1561;
}
</style>
background-color css
<style>
a { background-color: #FF1561; }
a { background-color: rgb(255,21,97); }
div.DivClassName
{
background-color: #FF1561;
}
.BgClassName
{
background-color: #FF1561;
}
</style>
border-color css
<style>
span { border-color: #FF1561; }
span { border-color: rgb(255,21,97); }
td.TdClassName
{
border-color: #FF1561;
}
.TagClassName
{
border-color: #FF1561;
}
</style>