Shades of Bittersweet #F47766
Tints of Bittersweet #F47766
RGB
CMYK
RGB Variations
Color information
#F47766 (or 0xF47766) is known color: Bittersweet. HEX triplet: F4, 77 and 66. RGB value is (244,119,102). Sum of RGB (Red+Green+Blue) = 244+119+102=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F47766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47766 is #0B8899. Grayscale: #9A9A9A. Windows color (decimal): -755866 or 6715380. OLE color: 6715380.
HSL color Cylindrical-coordinate representation of color #F47766: hue angle of 7.18º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F47766 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 102 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.04 |
| HSL | 7.18º | 0.87% | 0.68% | - |
| HSV(B) | 7.18º | 0.58% | 0.96% | - |
| XYZ | 46.3 | 33.39 | 16.57 | - |
| YUV | 154.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 102 | 0 | 0.51 | 0.58 | 0.04 | 7.18 | 0.87 | 0.68 |
| Hex | F4 | 77 | 66 | 0 | 33 | 3A | 4 | 7 | 57 | 44 |
| Octal | 364 | 167 | 146 | 0 | 63 | 72 | 4 | 7 | 127 | 104 |
| Binary | 11110100 | 1110111 | 1100110 | 0 | 110011 | 111010 | 100 | 111 | 1010111 | 1000100 |
Color Harmonies of #F47766
Complementary color
Monochromatic Colors of #F47766
Black with #F47766
Text Example
Text Example
White with #F47766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47766; }
p { color: rgb(244,119,102); }
H1.HeaderClassName
{
color: #F47766;
}
.AnyTagClassName
{
color: #F47766;
}
</style>
background-color css
<style>
a { background-color: #F47766; }
a { background-color: rgb(244,119,102); }
div.DivClassName
{
background-color: #F47766;
}
.BgClassName
{
background-color: #F47766;
}
</style>
border-color css
<style>
span { border-color: #F47766; }
span { border-color: rgb(244,119,102); }
td.TdClassName
{
border-color: #F47766;
}
.TagClassName
{
border-color: #F47766;
}
</style>