Shades of Bittersweet #F7755B
Tints of Bittersweet #F7755B
RGB
CMYK
RGB Variations
Color information
#F7755B (or 0xF7755B) is known color: Bittersweet. HEX triplet: F7, 75 and 5B. RGB value is (247,117,91). Sum of RGB (Red+Green+Blue) = 247+117+91=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7755B is #088AA4. Grayscale: #999999. Windows color (decimal): -559781 or 5993975. OLE color: 5993975.
HSL color Cylindrical-coordinate representation of color #F7755B: hue angle of 10º 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 #F7755B is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 91 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.03 |
| HSL | 10º | 0.91% | 0.66% | - |
| HSV(B) | 10º | 0.63% | 0.97% | - |
| XYZ | 46.61 | 33.25 | 13.86 | - |
| YUV | 152.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 91 | 0 | 0.53 | 0.63 | 0.03 | 10 | 0.91 | 0.66 |
| Hex | F7 | 75 | 5B | 0 | 35 | 3F | 3 | A | 5B | 42 |
| Octal | 367 | 165 | 133 | 0 | 65 | 77 | 3 | 12 | 133 | 102 |
| Binary | 11110111 | 1110101 | 1011011 | 0 | 110101 | 111111 | 11 | 1010 | 1011011 | 1000010 |
Color Harmonies of #F7755B
Complementary color
Monochromatic Colors of #F7755B
Black with #F7755B
Text Example
Text Example
White with #F7755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7755B; }
p { color: rgb(247,117,91); }
H1.HeaderClassName
{
color: #F7755B;
}
.AnyTagClassName
{
color: #F7755B;
}
</style>
background-color css
<style>
a { background-color: #F7755B; }
a { background-color: rgb(247,117,91); }
div.DivClassName
{
background-color: #F7755B;
}
.BgClassName
{
background-color: #F7755B;
}
</style>
border-color css
<style>
span { border-color: #F7755B; }
span { border-color: rgb(247,117,91); }
td.TdClassName
{
border-color: #F7755B;
}
.TagClassName
{
border-color: #F7755B;
}
</style>