Shades of Razzmatazz #FF0859
Tints of Razzmatazz #FF0859
RGB
CMYK
RGB Variations
Color information
#FF0859 (or 0xFF0859) is known color: Razzmatazz. HEX triplet: FF, 08 and 59. RGB value is (255,8,89). Sum of RGB (Red+Green+Blue) = 255+8+89=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0859 is #00F7A6. Grayscale: #5B5B5B. Windows color (decimal): -63399 or 5835007. OLE color: 5835007.
HSL color Cylindrical-coordinate representation of color #FF0859: hue angle of 340.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0859 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 89 | - |
| CMYK | 0 | 0.97 | 0.65 | 0 |
| HSL | 340.32º | 1% | 0.52% | - |
| HSV(B) | 340.32º | 0.97% | 1% | - |
| XYZ | 43.13 | 22.15 | 11.45 | - |
| YUV | 91.09 | 126.83 | 244.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 89 | 0 | 0.97 | 0.65 | 0 | 340.32 | 1 | 0.52 |
| Hex | FF | 8 | 59 | 0 | 61 | 41 | 0 | 154 | 64 | 34 |
| Octal | 377 | 10 | 131 | 0 | 141 | 101 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1000 | 1011001 | 0 | 1100001 | 1000001 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF0859
Complementary color
Monochromatic Colors of #FF0859
Black with #FF0859
Text Example
Text Example
White with #FF0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0859; }
p { color: rgb(255,8,89); }
H1.HeaderClassName
{
color: #FF0859;
}
.AnyTagClassName
{
color: #FF0859;
}
</style>
background-color css
<style>
a { background-color: #FF0859; }
a { background-color: rgb(255,8,89); }
div.DivClassName
{
background-color: #FF0859;
}
.BgClassName
{
background-color: #FF0859;
}
</style>
border-color css
<style>
span { border-color: #FF0859; }
span { border-color: rgb(255,8,89); }
td.TdClassName
{
border-color: #FF0859;
}
.TagClassName
{
border-color: #FF0859;
}
</style>