Shades of Bittersweet #FF5D59
Tints of Bittersweet #FF5D59
RGB
CMYK
RGB Variations
Color information
#FF5D59 (or 0xFF5D59) is known color: Bittersweet. HEX triplet: FF, 5D and 59. RGB value is (255,93,89). Sum of RGB (Red+Green+Blue) = 255+93+89=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D59 is #00A2A6. Grayscale: #8D8D8D. Windows color (decimal): -41639 or 5856767. OLE color: 5856767.
HSL color Cylindrical-coordinate representation of color #FF5D59: hue angle of 1.45º 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 #FF5D59 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 89 | - |
| CMYK | 0 | 0.64 | 0.65 | 0 |
| HSL | 1.45º | 1% | 0.67% | - |
| HSV(B) | 1.45º | 0.65% | 1% | - |
| XYZ | 46.96 | 29.81 | 12.73 | - |
| YUV | 140.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 89 | 0 | 0.64 | 0.65 | 0 | 1.45 | 1 | 0.67 |
| Hex | FF | 5D | 59 | 0 | 40 | 41 | 0 | 1 | 64 | 43 |
| Octal | 377 | 135 | 131 | 0 | 100 | 101 | 0 | 1 | 144 | 103 |
| Binary | 11111111 | 1011101 | 1011001 | 0 | 1000000 | 1000001 | 0 | 1 | 1100100 | 1000011 |
Color Harmonies of #FF5D59
Complementary color
Monochromatic Colors of #FF5D59
Black with #FF5D59
Text Example
Text Example
White with #FF5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D59; }
p { color: rgb(255,93,89); }
H1.HeaderClassName
{
color: #FF5D59;
}
.AnyTagClassName
{
color: #FF5D59;
}
</style>
background-color css
<style>
a { background-color: #FF5D59; }
a { background-color: rgb(255,93,89); }
div.DivClassName
{
background-color: #FF5D59;
}
.BgClassName
{
background-color: #FF5D59;
}
</style>
border-color css
<style>
span { border-color: #FF5D59; }
span { border-color: rgb(255,93,89); }
td.TdClassName
{
border-color: #FF5D59;
}
.TagClassName
{
border-color: #FF5D59;
}
</style>