Shades of Bittersweet #FF7259
Tints of Bittersweet #FF7259
RGB
CMYK
RGB Variations
Color information
#FF7259 (or 0xFF7259) is known color: Bittersweet. HEX triplet: FF, 72 and 59. RGB value is (255,114,89). Sum of RGB (Red+Green+Blue) = 255+114+89=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7259 is #008DA6. Grayscale: #999999. Windows color (decimal): -36263 or 5862143. OLE color: 5862143.
HSL color Cylindrical-coordinate representation of color #FF7259: hue angle of 9.04º 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 #FF7259 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 89 | - |
| CMYK | 0 | 0.55 | 0.65 | 0 |
| HSL | 9.04º | 1% | 0.67% | - |
| HSV(B) | 9.04º | 0.65% | 1% | - |
| XYZ | 49.06 | 34.02 | 13.43 | - |
| YUV | 153.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 89 | 0 | 0.55 | 0.65 | 0 | 9.04 | 1 | 0.67 |
| Hex | FF | 72 | 59 | 0 | 37 | 41 | 0 | 9 | 64 | 43 |
| Octal | 377 | 162 | 131 | 0 | 67 | 101 | 0 | 11 | 144 | 103 |
| Binary | 11111111 | 1110010 | 1011001 | 0 | 110111 | 1000001 | 0 | 1001 | 1100100 | 1000011 |
Color Harmonies of #FF7259
Complementary color
Monochromatic Colors of #FF7259
Black with #FF7259
Text Example
Text Example
White with #FF7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7259; }
p { color: rgb(255,114,89); }
H1.HeaderClassName
{
color: #FF7259;
}
.AnyTagClassName
{
color: #FF7259;
}
</style>
background-color css
<style>
a { background-color: #FF7259; }
a { background-color: rgb(255,114,89); }
div.DivClassName
{
background-color: #FF7259;
}
.BgClassName
{
background-color: #FF7259;
}
</style>
border-color css
<style>
span { border-color: #FF7259; }
span { border-color: rgb(255,114,89); }
td.TdClassName
{
border-color: #FF7259;
}
.TagClassName
{
border-color: #FF7259;
}
</style>