Shades of Bittersweet #F37365
Tints of Bittersweet #F37365
RGB
CMYK
RGB Variations
Color information
#F37365 (or 0xF37365) is known color: Bittersweet. HEX triplet: F3, 73 and 65. RGB value is (243,115,101). Sum of RGB (Red+Green+Blue) = 243+115+101=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F37365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37365 is #0C8C9A. Grayscale: #979797. Windows color (decimal): -822427 or 6648819. OLE color: 6648819.
HSL color Cylindrical-coordinate representation of color #F37365: hue angle of 5.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F37365 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 101 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.05 |
| HSL | 5.92º | 0.86% | 0.67% | - |
| HSV(B) | 5.92º | 0.58% | 0.95% | - |
| XYZ | 45.44 | 32.26 | 16.14 | - |
| YUV | 151.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 101 | 0 | 0.53 | 0.58 | 0.05 | 5.92 | 0.86 | 0.67 |
| Hex | F3 | 73 | 65 | 0 | 35 | 3A | 5 | 6 | 56 | 43 |
| Octal | 363 | 163 | 145 | 0 | 65 | 72 | 5 | 6 | 126 | 103 |
| Binary | 11110011 | 1110011 | 1100101 | 0 | 110101 | 111010 | 101 | 110 | 1010110 | 1000011 |
Color Harmonies of #F37365
Complementary color
Monochromatic Colors of #F37365
Black with #F37365
Text Example
Text Example
White with #F37365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37365; }
p { color: rgb(243,115,101); }
H1.HeaderClassName
{
color: #F37365;
}
.AnyTagClassName
{
color: #F37365;
}
</style>
background-color css
<style>
a { background-color: #F37365; }
a { background-color: rgb(243,115,101); }
div.DivClassName
{
background-color: #F37365;
}
.BgClassName
{
background-color: #F37365;
}
</style>
border-color css
<style>
span { border-color: #F37365; }
span { border-color: rgb(243,115,101); }
td.TdClassName
{
border-color: #F37365;
}
.TagClassName
{
border-color: #F37365;
}
</style>