Shades of Bittersweet #FF6059
Tints of Bittersweet #FF6059
RGB
CMYK
RGB Variations
Color information
#FF6059 (or 0xFF6059) is known color: Bittersweet. HEX triplet: FF, 60 and 59. RGB value is (255,96,89). Sum of RGB (Red+Green+Blue) = 255+96+89=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6059 is #009FA6. Grayscale: #8E8E8E. Windows color (decimal): -40871 or 5857535. OLE color: 5857535.
HSL color Cylindrical-coordinate representation of color #FF6059: hue angle of 2.53º 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 #FF6059 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 89 | - |
| CMYK | 0 | 0.62 | 0.65 | 0 |
| HSL | 2.53º | 1% | 0.67% | - |
| HSV(B) | 2.53º | 0.65% | 1% | - |
| XYZ | 47.23 | 30.35 | 12.82 | - |
| YUV | 142.74 | 97.68 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 89 | 0 | 0.62 | 0.65 | 0 | 2.53 | 1 | 0.67 |
| Hex | FF | 60 | 59 | 0 | 3E | 41 | 0 | 3 | 64 | 43 |
| Octal | 377 | 140 | 131 | 0 | 76 | 101 | 0 | 3 | 144 | 103 |
| Binary | 11111111 | 1100000 | 1011001 | 0 | 111110 | 1000001 | 0 | 11 | 1100100 | 1000011 |
Color Harmonies of #FF6059
Complementary color
Monochromatic Colors of #FF6059
Black with #FF6059
Text Example
Text Example
White with #FF6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6059; }
p { color: rgb(255,96,89); }
H1.HeaderClassName
{
color: #FF6059;
}
.AnyTagClassName
{
color: #FF6059;
}
</style>
background-color css
<style>
a { background-color: #FF6059; }
a { background-color: rgb(255,96,89); }
div.DivClassName
{
background-color: #FF6059;
}
.BgClassName
{
background-color: #FF6059;
}
</style>
border-color css
<style>
span { border-color: #FF6059; }
span { border-color: rgb(255,96,89); }
td.TdClassName
{
border-color: #FF6059;
}
.TagClassName
{
border-color: #FF6059;
}
</style>