Shades of Bittersweet #F77568
Tints of Bittersweet #F77568
RGB
CMYK
RGB Variations
Color information
#F77568 (or 0xF77568) is known color: Bittersweet. HEX triplet: F7, 75 and 68. RGB value is (247,117,104). Sum of RGB (Red+Green+Blue) = 247+117+104=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F77568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77568 is #088A97. Grayscale: #9A9A9A. Windows color (decimal): -559768 or 6845943. OLE color: 6845943.
HSL color Cylindrical-coordinate representation of color #F77568: hue angle of 5.45º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77568 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 104 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.03 |
| HSL | 5.45º | 0.9% | 0.69% | - |
| HSV(B) | 5.45º | 0.58% | 0.97% | - |
| XYZ | 47.22 | 33.5 | 17.07 | - |
| YUV | 154.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 104 | 0 | 0.53 | 0.58 | 0.03 | 5.45 | 0.9 | 0.69 |
| Hex | F7 | 75 | 68 | 0 | 35 | 3A | 3 | 5 | 5A | 45 |
| Octal | 367 | 165 | 150 | 0 | 65 | 72 | 3 | 5 | 132 | 105 |
| Binary | 11110111 | 1110101 | 1101000 | 0 | 110101 | 111010 | 11 | 101 | 1011010 | 1000101 |
Color Harmonies of #F77568
Complementary color
Monochromatic Colors of #F77568
Black with #F77568
Text Example
Text Example
White with #F77568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77568; }
p { color: rgb(247,117,104); }
H1.HeaderClassName
{
color: #F77568;
}
.AnyTagClassName
{
color: #F77568;
}
</style>
background-color css
<style>
a { background-color: #F77568; }
a { background-color: rgb(247,117,104); }
div.DivClassName
{
background-color: #F77568;
}
.BgClassName
{
background-color: #F77568;
}
</style>
border-color css
<style>
span { border-color: #F77568; }
span { border-color: rgb(247,117,104); }
td.TdClassName
{
border-color: #F77568;
}
.TagClassName
{
border-color: #F77568;
}
</style>