Shades of Bittersweet #FF7159
Tints of Bittersweet #FF7159
RGB
CMYK
RGB Variations
Color information
#FF7159 (or 0xFF7159) is known color: Bittersweet. HEX triplet: FF, 71 and 59. RGB value is (255,113,89). Sum of RGB (Red+Green+Blue) = 255+113+89=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7159 is #008EA6. Grayscale: #989898. Windows color (decimal): -36519 or 5861887. OLE color: 5861887.
HSL color Cylindrical-coordinate representation of color #FF7159: hue angle of 8.67º 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 #FF7159 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 89 | - |
| CMYK | 0 | 0.56 | 0.65 | 0 |
| HSL | 8.67º | 1% | 0.67% | - |
| HSV(B) | 8.67º | 0.65% | 1% | - |
| XYZ | 48.95 | 33.79 | 13.39 | - |
| YUV | 152.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 89 | 0 | 0.56 | 0.65 | 0 | 8.67 | 1 | 0.67 |
| Hex | FF | 71 | 59 | 0 | 38 | 41 | 0 | 9 | 64 | 43 |
| Octal | 377 | 161 | 131 | 0 | 70 | 101 | 0 | 11 | 144 | 103 |
| Binary | 11111111 | 1110001 | 1011001 | 0 | 111000 | 1000001 | 0 | 1001 | 1100100 | 1000011 |
Color Harmonies of #FF7159
Complementary color
Monochromatic Colors of #FF7159
Black with #FF7159
Text Example
Text Example
White with #FF7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7159; }
p { color: rgb(255,113,89); }
H1.HeaderClassName
{
color: #FF7159;
}
.AnyTagClassName
{
color: #FF7159;
}
</style>
background-color css
<style>
a { background-color: #FF7159; }
a { background-color: rgb(255,113,89); }
div.DivClassName
{
background-color: #FF7159;
}
.BgClassName
{
background-color: #FF7159;
}
</style>
border-color css
<style>
span { border-color: #FF7159; }
span { border-color: rgb(255,113,89); }
td.TdClassName
{
border-color: #FF7159;
}
.TagClassName
{
border-color: #FF7159;
}
</style>