Shades of Bittersweet #F37066
Tints of Bittersweet #F37066
RGB
CMYK
RGB Variations
Color information
#F37066 (or 0xF37066) is known color: Bittersweet. HEX triplet: F3, 70 and 66. RGB value is (243,112,102). Sum of RGB (Red+Green+Blue) = 243+112+102=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F37066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37066 is #0C8F99. Grayscale: #969696. Windows color (decimal): -823194 or 6713587. OLE color: 6713587.
HSL color Cylindrical-coordinate representation of color #F37066: hue angle of 4.26º 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 #F37066 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 102 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.05 |
| HSL | 4.26º | 0.85% | 0.68% | - |
| HSV(B) | 4.26º | 0.58% | 0.95% | - |
| XYZ | 45.15 | 31.6 | 16.29 | - |
| YUV | 150.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 102 | 0 | 0.54 | 0.58 | 0.05 | 4.26 | 0.85 | 0.68 |
| Hex | F3 | 70 | 66 | 0 | 36 | 3A | 5 | 4 | 55 | 44 |
| Octal | 363 | 160 | 146 | 0 | 66 | 72 | 5 | 4 | 125 | 104 |
| Binary | 11110011 | 1110000 | 1100110 | 0 | 110110 | 111010 | 101 | 100 | 1010101 | 1000100 |
Color Harmonies of #F37066
Complementary color
Monochromatic Colors of #F37066
Black with #F37066
Text Example
Text Example
White with #F37066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37066; }
p { color: rgb(243,112,102); }
H1.HeaderClassName
{
color: #F37066;
}
.AnyTagClassName
{
color: #F37066;
}
</style>
background-color css
<style>
a { background-color: #F37066; }
a { background-color: rgb(243,112,102); }
div.DivClassName
{
background-color: #F37066;
}
.BgClassName
{
background-color: #F37066;
}
</style>
border-color css
<style>
span { border-color: #F37066; }
span { border-color: rgb(243,112,102); }
td.TdClassName
{
border-color: #F37066;
}
.TagClassName
{
border-color: #F37066;
}
</style>