Shades of Bittersweet #FF6559
Tints of Bittersweet #FF6559
RGB
CMYK
RGB Variations
Color information
#FF6559 (or 0xFF6559) is known color: Bittersweet. HEX triplet: FF, 65 and 59. RGB value is (255,101,89). Sum of RGB (Red+Green+Blue) = 255+101+89=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6559 is #009AA6. Grayscale: #919191. Windows color (decimal): -39591 or 5858815. OLE color: 5858815.
HSL color Cylindrical-coordinate representation of color #FF6559: hue angle of 4.34º 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 #FF6559 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 89 | - |
| CMYK | 0 | 0.60 | 0.65 | 0 |
| HSL | 4.34º | 1% | 0.67% | - |
| HSV(B) | 4.34º | 0.65% | 1% | - |
| XYZ | 47.7 | 31.29 | 12.98 | - |
| YUV | 145.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 89 | 0 | 0.60 | 0.65 | 0 | 4.34 | 1 | 0.67 |
| Hex | FF | 65 | 59 | 0 | 3C | 41 | 0 | 4 | 64 | 43 |
| Octal | 377 | 145 | 131 | 0 | 74 | 101 | 0 | 4 | 144 | 103 |
| Binary | 11111111 | 1100101 | 1011001 | 0 | 111100 | 1000001 | 0 | 100 | 1100100 | 1000011 |
Color Harmonies of #FF6559
Complementary color
Monochromatic Colors of #FF6559
Black with #FF6559
Text Example
Text Example
White with #FF6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6559; }
p { color: rgb(255,101,89); }
H1.HeaderClassName
{
color: #FF6559;
}
.AnyTagClassName
{
color: #FF6559;
}
</style>
background-color css
<style>
a { background-color: #FF6559; }
a { background-color: rgb(255,101,89); }
div.DivClassName
{
background-color: #FF6559;
}
.BgClassName
{
background-color: #FF6559;
}
</style>
border-color css
<style>
span { border-color: #FF6559; }
span { border-color: rgb(255,101,89); }
td.TdClassName
{
border-color: #FF6559;
}
.TagClassName
{
border-color: #FF6559;
}
</style>