Shades of Bittersweet #F7785B
Tints of Bittersweet #F7785B
RGB
CMYK
RGB Variations
Color information
#F7785B (or 0xF7785B) is known color: Bittersweet. HEX triplet: F7, 78 and 5B. RGB value is (247,120,91). Sum of RGB (Red+Green+Blue) = 247+120+91=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7785B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7785B is #0887A4. Grayscale: #9A9A9A. Windows color (decimal): -559013 or 5994743. OLE color: 5994743.
HSL color Cylindrical-coordinate representation of color #F7785B: hue angle of 11.15º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7785B is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 91 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.03 |
| HSL | 11.15º | 0.91% | 0.66% | - |
| HSV(B) | 11.15º | 0.63% | 0.97% | - |
| XYZ | 46.96 | 33.96 | 13.98 | - |
| YUV | 154.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 91 | 0 | 0.51 | 0.63 | 0.03 | 11.15 | 0.91 | 0.66 |
| Hex | F7 | 78 | 5B | 0 | 33 | 3F | 3 | B | 5B | 42 |
| Octal | 367 | 170 | 133 | 0 | 63 | 77 | 3 | 13 | 133 | 102 |
| Binary | 11110111 | 1111000 | 1011011 | 0 | 110011 | 111111 | 11 | 1011 | 1011011 | 1000010 |
Color Harmonies of #F7785B
Complementary color
Monochromatic Colors of #F7785B
Black with #F7785B
Text Example
Text Example
White with #F7785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7785B; }
p { color: rgb(247,120,91); }
H1.HeaderClassName
{
color: #F7785B;
}
.AnyTagClassName
{
color: #F7785B;
}
</style>
background-color css
<style>
a { background-color: #F7785B; }
a { background-color: rgb(247,120,91); }
div.DivClassName
{
background-color: #F7785B;
}
.BgClassName
{
background-color: #F7785B;
}
</style>
border-color css
<style>
span { border-color: #F7785B; }
span { border-color: rgb(247,120,91); }
td.TdClassName
{
border-color: #F7785B;
}
.TagClassName
{
border-color: #F7785B;
}
</style>