Shades of Bittersweet #F77A60
Tints of Bittersweet #F77A60
RGB
CMYK
RGB Variations
Color information
#F77A60 (or 0xF77A60) is known color: Bittersweet. HEX triplet: F7, 7A and 60. RGB value is (247,122,96). Sum of RGB (Red+Green+Blue) = 247+122+96=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A60 is #08859F. Grayscale: #9C9C9C. Windows color (decimal): -558496 or 6322935. OLE color: 6322935.
HSL color Cylindrical-coordinate representation of color #F77A60: hue angle of 10.33º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F77A60 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 96 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.03 |
| HSL | 10.33º | 0.9% | 0.67% | - |
| HSV(B) | 10.33º | 0.61% | 0.97% | - |
| XYZ | 47.43 | 34.54 | 15.23 | - |
| YUV | 156.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 96 | 0 | 0.51 | 0.61 | 0.03 | 10.33 | 0.9 | 0.67 |
| Hex | F7 | 7A | 60 | 0 | 33 | 3D | 3 | A | 5A | 43 |
| Octal | 367 | 172 | 140 | 0 | 63 | 75 | 3 | 12 | 132 | 103 |
| Binary | 11110111 | 1111010 | 1100000 | 0 | 110011 | 111101 | 11 | 1010 | 1011010 | 1000011 |
Color Harmonies of #F77A60
Complementary color
Monochromatic Colors of #F77A60
Black with #F77A60
Text Example
Text Example
White with #F77A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A60; }
p { color: rgb(247,122,96); }
H1.HeaderClassName
{
color: #F77A60;
}
.AnyTagClassName
{
color: #F77A60;
}
</style>
background-color css
<style>
a { background-color: #F77A60; }
a { background-color: rgb(247,122,96); }
div.DivClassName
{
background-color: #F77A60;
}
.BgClassName
{
background-color: #F77A60;
}
</style>
border-color css
<style>
span { border-color: #F77A60; }
span { border-color: rgb(247,122,96); }
td.TdClassName
{
border-color: #F77A60;
}
.TagClassName
{
border-color: #F77A60;
}
</style>