Shades of Bittersweet #F37165
Tints of Bittersweet #F37165
RGB
CMYK
RGB Variations
Color information
#F37165 (or 0xF37165) is known color: Bittersweet. HEX triplet: F3, 71 and 65. RGB value is (243,113,101). Sum of RGB (Red+Green+Blue) = 243+113+101=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F37165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37165 is #0C8E9A. Grayscale: #969696. Windows color (decimal): -822939 or 6648307. OLE color: 6648307.
HSL color Cylindrical-coordinate representation of color #F37165: hue angle of 5.07º 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 #F37165 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 101 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.05 |
| HSL | 5.07º | 0.86% | 0.67% | - |
| HSV(B) | 5.07º | 0.58% | 0.95% | - |
| XYZ | 45.22 | 31.8 | 16.07 | - |
| YUV | 150.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 101 | 0 | 0.53 | 0.58 | 0.05 | 5.07 | 0.86 | 0.67 |
| Hex | F3 | 71 | 65 | 0 | 35 | 3A | 5 | 5 | 56 | 43 |
| Octal | 363 | 161 | 145 | 0 | 65 | 72 | 5 | 5 | 126 | 103 |
| Binary | 11110011 | 1110001 | 1100101 | 0 | 110101 | 111010 | 101 | 101 | 1010110 | 1000011 |
Color Harmonies of #F37165
Complementary color
Monochromatic Colors of #F37165
Black with #F37165
Text Example
Text Example
White with #F37165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37165; }
p { color: rgb(243,113,101); }
H1.HeaderClassName
{
color: #F37165;
}
.AnyTagClassName
{
color: #F37165;
}
</style>
background-color css
<style>
a { background-color: #F37165; }
a { background-color: rgb(243,113,101); }
div.DivClassName
{
background-color: #F37165;
}
.BgClassName
{
background-color: #F37165;
}
</style>
border-color css
<style>
span { border-color: #F37165; }
span { border-color: rgb(243,113,101); }
td.TdClassName
{
border-color: #F37165;
}
.TagClassName
{
border-color: #F37165;
}
</style>