Shades of Bittersweet #F66D5D
Tints of Bittersweet #F66D5D
RGB
CMYK
RGB Variations
Color information
#F66D5D (or 0xF66D5D) is known color: Bittersweet. HEX triplet: F6, 6D and 5D. RGB value is (246,109,93). Sum of RGB (Red+Green+Blue) = 246+109+93=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66D5D is #0992A2. Grayscale: #949494. Windows color (decimal): -627363 or 6122998. OLE color: 6122998.
HSL color Cylindrical-coordinate representation of color #F66D5D: hue angle of 6.27º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F66D5D is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 93 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.04 |
| HSL | 6.27º | 0.89% | 0.66% | - |
| HSV(B) | 6.27º | 0.62% | 0.96% | - |
| XYZ | 45.45 | 31.32 | 14.01 | - |
| YUV | 148.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 93 | 0 | 0.56 | 0.62 | 0.04 | 6.27 | 0.89 | 0.66 |
| Hex | F6 | 6D | 5D | 0 | 38 | 3E | 4 | 6 | 59 | 42 |
| Octal | 366 | 155 | 135 | 0 | 70 | 76 | 4 | 6 | 131 | 102 |
| Binary | 11110110 | 1101101 | 1011101 | 0 | 111000 | 111110 | 100 | 110 | 1011001 | 1000010 |
Color Harmonies of #F66D5D
Complementary color
Monochromatic Colors of #F66D5D
Black with #F66D5D
Text Example
Text Example
White with #F66D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D5D; }
p { color: rgb(246,109,93); }
H1.HeaderClassName
{
color: #F66D5D;
}
.AnyTagClassName
{
color: #F66D5D;
}
</style>
background-color css
<style>
a { background-color: #F66D5D; }
a { background-color: rgb(246,109,93); }
div.DivClassName
{
background-color: #F66D5D;
}
.BgClassName
{
background-color: #F66D5D;
}
</style>
border-color css
<style>
span { border-color: #F66D5D; }
span { border-color: rgb(246,109,93); }
td.TdClassName
{
border-color: #F66D5D;
}
.TagClassName
{
border-color: #F66D5D;
}
</style>