Shades of Bittersweet #F37766
Tints of Bittersweet #F37766
RGB
CMYK
RGB Variations
Color information
#F37766 (or 0xF37766) is known color: Bittersweet. HEX triplet: F3, 77 and 66. RGB value is (243,119,102). Sum of RGB (Red+Green+Blue) = 243+119+102=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F37766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37766 is #0C8899. Grayscale: #9A9A9A. Windows color (decimal): -821402 or 6715379. OLE color: 6715379.
HSL color Cylindrical-coordinate representation of color #F37766: hue angle of 7.23º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F37766 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 102 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.05 |
| HSL | 7.23º | 0.85% | 0.68% | - |
| HSV(B) | 7.23º | 0.58% | 0.95% | - |
| XYZ | 45.96 | 33.21 | 16.56 | - |
| YUV | 154.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 102 | 0 | 0.51 | 0.58 | 0.05 | 7.23 | 0.85 | 0.68 |
| Hex | F3 | 77 | 66 | 0 | 33 | 3A | 5 | 7 | 55 | 44 |
| Octal | 363 | 167 | 146 | 0 | 63 | 72 | 5 | 7 | 125 | 104 |
| Binary | 11110011 | 1110111 | 1100110 | 0 | 110011 | 111010 | 101 | 111 | 1010101 | 1000100 |
Color Harmonies of #F37766
Complementary color
Monochromatic Colors of #F37766
Black with #F37766
Text Example
Text Example
White with #F37766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37766; }
p { color: rgb(243,119,102); }
H1.HeaderClassName
{
color: #F37766;
}
.AnyTagClassName
{
color: #F37766;
}
</style>
background-color css
<style>
a { background-color: #F37766; }
a { background-color: rgb(243,119,102); }
div.DivClassName
{
background-color: #F37766;
}
.BgClassName
{
background-color: #F37766;
}
</style>
border-color css
<style>
span { border-color: #F37766; }
span { border-color: rgb(243,119,102); }
td.TdClassName
{
border-color: #F37766;
}
.TagClassName
{
border-color: #F37766;
}
</style>