Shades of Bittersweet #F7785F
Tints of Bittersweet #F7785F
RGB
CMYK
RGB Variations
Color information
#F7785F (or 0xF7785F) is known color: Bittersweet. HEX triplet: F7, 78 and 5F. RGB value is (247,120,95). Sum of RGB (Red+Green+Blue) = 247+120+95=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F7785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7785F is #0887A0. Grayscale: #9B9B9B. Windows color (decimal): -559009 or 6256887. OLE color: 6256887.
HSL color Cylindrical-coordinate representation of color #F7785F: hue angle of 9.87º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7785F is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 95 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.03 |
| HSL | 9.87º | 0.9% | 0.67% | - |
| HSV(B) | 9.87º | 0.62% | 0.97% | - |
| XYZ | 47.14 | 34.03 | 14.91 | - |
| YUV | 155.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 95 | 0 | 0.51 | 0.62 | 0.03 | 9.87 | 0.9 | 0.67 |
| Hex | F7 | 78 | 5F | 0 | 33 | 3E | 3 | A | 5A | 43 |
| Octal | 367 | 170 | 137 | 0 | 63 | 76 | 3 | 12 | 132 | 103 |
| Binary | 11110111 | 1111000 | 1011111 | 0 | 110011 | 111110 | 11 | 1010 | 1011010 | 1000011 |
Color Harmonies of #F7785F
Complementary color
Monochromatic Colors of #F7785F
Black with #F7785F
Text Example
Text Example
White with #F7785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7785F; }
p { color: rgb(247,120,95); }
H1.HeaderClassName
{
color: #F7785F;
}
.AnyTagClassName
{
color: #F7785F;
}
</style>
background-color css
<style>
a { background-color: #F7785F; }
a { background-color: rgb(247,120,95); }
div.DivClassName
{
background-color: #F7785F;
}
.BgClassName
{
background-color: #F7785F;
}
</style>
border-color css
<style>
span { border-color: #F7785F; }
span { border-color: rgb(247,120,95); }
td.TdClassName
{
border-color: #F7785F;
}
.TagClassName
{
border-color: #F7785F;
}
</style>