Shades of Bittersweet #F7775A
Tints of Bittersweet #F7775A
RGB
CMYK
RGB Variations
Color information
#F7775A (or 0xF7775A) is known color: Bittersweet. HEX triplet: F7, 77 and 5A. RGB value is (247,119,90). Sum of RGB (Red+Green+Blue) = 247+119+90=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7775A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7775A is #0888A5. Grayscale: #9A9A9A. Windows color (decimal): -559270 or 5928951. OLE color: 5928951.
HSL color Cylindrical-coordinate representation of color #F7775A: hue angle of 11.08º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7775A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 90 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.03 |
| HSL | 11.08º | 0.91% | 0.66% | - |
| HSV(B) | 11.08º | 0.64% | 0.97% | - |
| XYZ | 46.8 | 33.71 | 13.71 | - |
| YUV | 153.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 90 | 0 | 0.52 | 0.64 | 0.03 | 11.08 | 0.91 | 0.66 |
| Hex | F7 | 77 | 5A | 0 | 34 | 40 | 3 | B | 5B | 42 |
| Octal | 367 | 167 | 132 | 0 | 64 | 100 | 3 | 13 | 133 | 102 |
| Binary | 11110111 | 1110111 | 1011010 | 0 | 110100 | 1000000 | 11 | 1011 | 1011011 | 1000010 |
Color Harmonies of #F7775A
Complementary color
Monochromatic Colors of #F7775A
Black with #F7775A
Text Example
Text Example
White with #F7775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7775A; }
p { color: rgb(247,119,90); }
H1.HeaderClassName
{
color: #F7775A;
}
.AnyTagClassName
{
color: #F7775A;
}
</style>
background-color css
<style>
a { background-color: #F7775A; }
a { background-color: rgb(247,119,90); }
div.DivClassName
{
background-color: #F7775A;
}
.BgClassName
{
background-color: #F7775A;
}
</style>
border-color css
<style>
span { border-color: #F7775A; }
span { border-color: rgb(247,119,90); }
td.TdClassName
{
border-color: #F7775A;
}
.TagClassName
{
border-color: #F7775A;
}
</style>