Shades of Razzmatazz #FF0059
Tints of Razzmatazz #FF0059
RGB
CMYK
RGB Variations
Color information
#FF0059 (or 0xFF0059) is known color: Razzmatazz. HEX triplet: FF, 00 and 59. RGB value is (255,0,89). Sum of RGB (Red+Green+Blue) = 255+0+89=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0059 is #00FFA6. Grayscale: #565656. Windows color (decimal): -65447 or 5832959. OLE color: 5832959.
HSL color Cylindrical-coordinate representation of color #FF0059: hue angle of 339.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0059 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.65 | 0 |
| HSL | 339.06º | 1% | 0.5% | - |
| HSV(B) | 339.06º | 1% | 1% | - |
| XYZ | 43.04 | 21.98 | 11.43 | - |
| YUV | 86.39 | 129.48 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 89 | 0 | 1 | 0.65 | 0 | 339.06 | 1 | 0.5 |
| Hex | FF | 0 | 59 | 0 | 64 | 41 | 0 | 153 | 64 | 32 |
| Octal | 377 | 0 | 131 | 0 | 144 | 101 | 0 | 523 | 144 | 62 |
| Binary | 11111111 | 0 | 1011001 | 0 | 1100100 | 1000001 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FF0059
Complementary color
Monochromatic Colors of #FF0059
Black with #FF0059
Text Example
Text Example
White with #FF0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0059; }
p { color: rgb(255,0,89); }
H1.HeaderClassName
{
color: #FF0059;
}
.AnyTagClassName
{
color: #FF0059;
}
</style>
background-color css
<style>
a { background-color: #FF0059; }
a { background-color: rgb(255,0,89); }
div.DivClassName
{
background-color: #FF0059;
}
.BgClassName
{
background-color: #FF0059;
}
</style>
border-color css
<style>
span { border-color: #FF0059; }
span { border-color: rgb(255,0,89); }
td.TdClassName
{
border-color: #FF0059;
}
.TagClassName
{
border-color: #FF0059;
}
</style>