Shades of Razzmatazz #FF0560
Tints of Razzmatazz #FF0560
RGB
CMYK
RGB Variations
Color information
#FF0560 (or 0xFF0560) is known color: Razzmatazz. HEX triplet: FF, 05 and 60. RGB value is (255,5,96). Sum of RGB (Red+Green+Blue) = 255+5+96=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0560 is #00FA9F. Grayscale: #5A5A5A. Windows color (decimal): -64160 or 6292991. OLE color: 6292991.
HSL color Cylindrical-coordinate representation of color #FF0560: hue angle of 338.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0560 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 96 | - |
| CMYK | 0 | 0.98 | 0.62 | 0 |
| HSL | 338.16º | 1% | 0.51% | - |
| HSV(B) | 338.16º | 0.98% | 1% | - |
| XYZ | 43.41 | 22.21 | 13.07 | - |
| YUV | 90.12 | 131.33 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 96 | 0 | 0.98 | 0.62 | 0 | 338.16 | 1 | 0.51 |
| Hex | FF | 5 | 60 | 0 | 62 | 3E | 0 | 152 | 64 | 33 |
| Octal | 377 | 5 | 140 | 0 | 142 | 76 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 101 | 1100000 | 0 | 1100010 | 111110 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF0560
Complementary color
Monochromatic Colors of #FF0560
Black with #FF0560
Text Example
Text Example
White with #FF0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0560; }
p { color: rgb(255,5,96); }
H1.HeaderClassName
{
color: #FF0560;
}
.AnyTagClassName
{
color: #FF0560;
}
</style>
background-color css
<style>
a { background-color: #FF0560; }
a { background-color: rgb(255,5,96); }
div.DivClassName
{
background-color: #FF0560;
}
.BgClassName
{
background-color: #FF0560;
}
</style>
border-color css
<style>
span { border-color: #FF0560; }
span { border-color: rgb(255,5,96); }
td.TdClassName
{
border-color: #FF0560;
}
.TagClassName
{
border-color: #FF0560;
}
</style>