Shades of Bittersweet #FF7559
Tints of Bittersweet #FF7559
RGB
CMYK
RGB Variations
Color information
#FF7559 (or 0xFF7559) is known color: Bittersweet. HEX triplet: FF, 75 and 59. RGB value is (255,117,89). Sum of RGB (Red+Green+Blue) = 255+117+89=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7559 is #008AA6. Grayscale: #9B9B9B. Windows color (decimal): -35495 or 5862911. OLE color: 5862911.
HSL color Cylindrical-coordinate representation of color #FF7559: hue angle of 10.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7559 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 89 | - |
| CMYK | 0 | 0.54 | 0.65 | 0 |
| HSL | 10.12º | 1% | 0.67% | - |
| HSV(B) | 10.12º | 0.65% | 1% | - |
| XYZ | 49.4 | 34.7 | 13.55 | - |
| YUV | 155.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 89 | 0 | 0.54 | 0.65 | 0 | 10.12 | 1 | 0.67 |
| Hex | FF | 75 | 59 | 0 | 36 | 41 | 0 | A | 64 | 43 |
| Octal | 377 | 165 | 131 | 0 | 66 | 101 | 0 | 12 | 144 | 103 |
| Binary | 11111111 | 1110101 | 1011001 | 0 | 110110 | 1000001 | 0 | 1010 | 1100100 | 1000011 |
Color Harmonies of #FF7559
Complementary color
Monochromatic Colors of #FF7559
Black with #FF7559
Text Example
Text Example
White with #FF7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7559; }
p { color: rgb(255,117,89); }
H1.HeaderClassName
{
color: #FF7559;
}
.AnyTagClassName
{
color: #FF7559;
}
</style>
background-color css
<style>
a { background-color: #FF7559; }
a { background-color: rgb(255,117,89); }
div.DivClassName
{
background-color: #FF7559;
}
.BgClassName
{
background-color: #FF7559;
}
</style>
border-color css
<style>
span { border-color: #FF7559; }
span { border-color: rgb(255,117,89); }
td.TdClassName
{
border-color: #FF7559;
}
.TagClassName
{
border-color: #FF7559;
}
</style>