Shades of Bittersweet #F66B5D
Tints of Bittersweet #F66B5D
RGB
CMYK
RGB Variations
Color information
#F66B5D (or 0xF66B5D) is known color: Bittersweet. HEX triplet: F6, 6B and 5D. RGB value is (246,107,93). Sum of RGB (Red+Green+Blue) = 246+107+93=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66B5D is #0994A2. Grayscale: #939393. Windows color (decimal): -627875 or 6122486. OLE color: 6122486.
HSL color Cylindrical-coordinate representation of color #F66B5D: hue angle of 5.49º 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 #F66B5D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 93 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.04 |
| HSL | 5.49º | 0.89% | 0.66% | - |
| HSV(B) | 5.49º | 0.62% | 0.96% | - |
| XYZ | 45.24 | 30.9 | 13.94 | - |
| YUV | 146.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 93 | 0 | 0.57 | 0.62 | 0.04 | 5.49 | 0.89 | 0.66 |
| Hex | F6 | 6B | 5D | 0 | 39 | 3E | 4 | 5 | 59 | 42 |
| Octal | 366 | 153 | 135 | 0 | 71 | 76 | 4 | 5 | 131 | 102 |
| Binary | 11110110 | 1101011 | 1011101 | 0 | 111001 | 111110 | 100 | 101 | 1011001 | 1000010 |
Color Harmonies of #F66B5D
Complementary color
Monochromatic Colors of #F66B5D
Black with #F66B5D
Text Example
Text Example
White with #F66B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66B5D; }
p { color: rgb(246,107,93); }
H1.HeaderClassName
{
color: #F66B5D;
}
.AnyTagClassName
{
color: #F66B5D;
}
</style>
background-color css
<style>
a { background-color: #F66B5D; }
a { background-color: rgb(246,107,93); }
div.DivClassName
{
background-color: #F66B5D;
}
.BgClassName
{
background-color: #F66B5D;
}
</style>
border-color css
<style>
span { border-color: #F66B5D; }
span { border-color: rgb(246,107,93); }
td.TdClassName
{
border-color: #F66B5D;
}
.TagClassName
{
border-color: #F66B5D;
}
</style>