Shades of Bittersweet #F57166
Tints of Bittersweet #F57166
RGB
CMYK
RGB Variations
Color information
#F57166 (or 0xF57166) is known color: Bittersweet. HEX triplet: F5, 71 and 66. RGB value is (245,113,102). Sum of RGB (Red+Green+Blue) = 245+113+102=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F57166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57166 is #0A8E99. Grayscale: #979797. Windows color (decimal): -691866 or 6713845. OLE color: 6713845.
HSL color Cylindrical-coordinate representation of color #F57166: hue angle of 4.62º degrees, saturation: 0.88, 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 #F57166 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 102 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.04 |
| HSL | 4.62º | 0.88% | 0.68% | - |
| HSV(B) | 4.62º | 0.58% | 0.96% | - |
| XYZ | 45.96 | 32.18 | 16.36 | - |
| YUV | 151.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 102 | 0 | 0.54 | 0.58 | 0.04 | 4.62 | 0.88 | 0.68 |
| Hex | F5 | 71 | 66 | 0 | 36 | 3A | 4 | 5 | 58 | 44 |
| Octal | 365 | 161 | 146 | 0 | 66 | 72 | 4 | 5 | 130 | 104 |
| Binary | 11110101 | 1110001 | 1100110 | 0 | 110110 | 111010 | 100 | 101 | 1011000 | 1000100 |
Color Harmonies of #F57166
Complementary color
Monochromatic Colors of #F57166
Black with #F57166
Text Example
Text Example
White with #F57166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57166; }
p { color: rgb(245,113,102); }
H1.HeaderClassName
{
color: #F57166;
}
.AnyTagClassName
{
color: #F57166;
}
</style>
background-color css
<style>
a { background-color: #F57166; }
a { background-color: rgb(245,113,102); }
div.DivClassName
{
background-color: #F57166;
}
.BgClassName
{
background-color: #F57166;
}
</style>
border-color css
<style>
span { border-color: #F57166; }
span { border-color: rgb(245,113,102); }
td.TdClassName
{
border-color: #F57166;
}
.TagClassName
{
border-color: #F57166;
}
</style>