Shades of Bittersweet #FF6959
Tints of Bittersweet #FF6959
RGB
CMYK
RGB Variations
Color information
#FF6959 (or 0xFF6959) is known color: Bittersweet. HEX triplet: FF, 69 and 59. RGB value is (255,105,89). Sum of RGB (Red+Green+Blue) = 255+105+89=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6959 is #0096A6. Grayscale: #949494. Windows color (decimal): -38567 or 5859839. OLE color: 5859839.
HSL color Cylindrical-coordinate representation of color #FF6959: hue angle of 5.78º 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 #FF6959 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 89 | - |
| CMYK | 0 | 0.59 | 0.65 | 0 |
| HSL | 5.78º | 1% | 0.67% | - |
| HSV(B) | 5.78º | 0.65% | 1% | - |
| XYZ | 48.09 | 32.08 | 13.11 | - |
| YUV | 148.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 89 | 0 | 0.59 | 0.65 | 0 | 5.78 | 1 | 0.67 |
| Hex | FF | 69 | 59 | 0 | 3B | 41 | 0 | 6 | 64 | 43 |
| Octal | 377 | 151 | 131 | 0 | 73 | 101 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1101001 | 1011001 | 0 | 111011 | 1000001 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6959
Complementary color
Monochromatic Colors of #FF6959
Black with #FF6959
Text Example
Text Example
White with #FF6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6959; }
p { color: rgb(255,105,89); }
H1.HeaderClassName
{
color: #FF6959;
}
.AnyTagClassName
{
color: #FF6959;
}
</style>
background-color css
<style>
a { background-color: #FF6959; }
a { background-color: rgb(255,105,89); }
div.DivClassName
{
background-color: #FF6959;
}
.BgClassName
{
background-color: #FF6959;
}
</style>
border-color css
<style>
span { border-color: #FF6959; }
span { border-color: rgb(255,105,89); }
td.TdClassName
{
border-color: #FF6959;
}
.TagClassName
{
border-color: #FF6959;
}
</style>