Shades of Bittersweet #F5775D
Tints of Bittersweet #F5775D
RGB
CMYK
RGB Variations
Color information
#F5775D (or 0xF5775D) is known color: Bittersweet. HEX triplet: F5, 77 and 5D. RGB value is (245,119,93). Sum of RGB (Red+Green+Blue) = 245+119+93=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5775D is #0A88A2. Grayscale: #999999. Windows color (decimal): -690339 or 6125557. OLE color: 6125557.
HSL color Cylindrical-coordinate representation of color #F5775D: hue angle of 10.26º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5775D is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 93 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.04 |
| HSL | 10.26º | 0.88% | 0.66% | - |
| HSV(B) | 10.26º | 0.62% | 0.96% | - |
| XYZ | 46.23 | 33.4 | 14.37 | - |
| YUV | 153.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 93 | 0 | 0.51 | 0.62 | 0.04 | 10.26 | 0.88 | 0.66 |
| Hex | F5 | 77 | 5D | 0 | 33 | 3E | 4 | A | 58 | 42 |
| Octal | 365 | 167 | 135 | 0 | 63 | 76 | 4 | 12 | 130 | 102 |
| Binary | 11110101 | 1110111 | 1011101 | 0 | 110011 | 111110 | 100 | 1010 | 1011000 | 1000010 |
Color Harmonies of #F5775D
Complementary color
Monochromatic Colors of #F5775D
Black with #F5775D
Text Example
Text Example
White with #F5775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5775D; }
p { color: rgb(245,119,93); }
H1.HeaderClassName
{
color: #F5775D;
}
.AnyTagClassName
{
color: #F5775D;
}
</style>
background-color css
<style>
a { background-color: #F5775D; }
a { background-color: rgb(245,119,93); }
div.DivClassName
{
background-color: #F5775D;
}
.BgClassName
{
background-color: #F5775D;
}
</style>
border-color css
<style>
span { border-color: #F5775D; }
span { border-color: rgb(245,119,93); }
td.TdClassName
{
border-color: #F5775D;
}
.TagClassName
{
border-color: #F5775D;
}
</style>