Shades of Razzmatazz #FF0559
Tints of Razzmatazz #FF0559
RGB
CMYK
RGB Variations
Color information
#FF0559 (or 0xFF0559) is known color: Razzmatazz. HEX triplet: FF, 05 and 59. RGB value is (255,5,89). Sum of RGB (Red+Green+Blue) = 255+5+89=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0559 is #00FAA6. Grayscale: #595959. Windows color (decimal): -64167 or 5834239. OLE color: 5834239.
HSL color Cylindrical-coordinate representation of color #FF0559: hue angle of 339.84º 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 #FF0559 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.65 | 0 |
| HSL | 339.84º | 1% | 0.51% | - |
| HSV(B) | 339.84º | 0.98% | 1% | - |
| XYZ | 43.1 | 22.09 | 11.44 | - |
| YUV | 89.33 | 127.83 | 246.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 89 | 0 | 0.98 | 0.65 | 0 | 339.84 | 1 | 0.51 |
| Hex | FF | 5 | 59 | 0 | 62 | 41 | 0 | 154 | 64 | 33 |
| Octal | 377 | 5 | 131 | 0 | 142 | 101 | 0 | 524 | 144 | 63 |
| Binary | 11111111 | 101 | 1011001 | 0 | 1100010 | 1000001 | 0 | 101010100 | 1100100 | 110011 |
Color Harmonies of #FF0559
Complementary color
Monochromatic Colors of #FF0559
Black with #FF0559
Text Example
Text Example
White with #FF0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0559; }
p { color: rgb(255,5,89); }
H1.HeaderClassName
{
color: #FF0559;
}
.AnyTagClassName
{
color: #FF0559;
}
</style>
background-color css
<style>
a { background-color: #FF0559; }
a { background-color: rgb(255,5,89); }
div.DivClassName
{
background-color: #FF0559;
}
.BgClassName
{
background-color: #FF0559;
}
</style>
border-color css
<style>
span { border-color: #FF0559; }
span { border-color: rgb(255,5,89); }
td.TdClassName
{
border-color: #FF0559;
}
.TagClassName
{
border-color: #FF0559;
}
</style>