Shades of Bittersweet #F66355
Tints of Bittersweet #F66355
RGB
CMYK
RGB Variations
Color information
#F66355 (or 0xF66355) is known color: Bittersweet. HEX triplet: F6, 63 and 55. RGB value is (246,99,85). Sum of RGB (Red+Green+Blue) = 246+99+85=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F66355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66355 is #099CAA. Grayscale: #8D8D8D. Windows color (decimal): -629931 or 5596150. OLE color: 5596150.
HSL color Cylindrical-coordinate representation of color #F66355: hue angle of 5.22º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F66355 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 85 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.04 |
| HSL | 5.22º | 0.9% | 0.65% | - |
| HSV(B) | 5.22º | 0.65% | 0.96% | - |
| XYZ | 44.11 | 29.17 | 11.9 | - |
| YUV | 141.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 85 | 0 | 0.60 | 0.65 | 0.04 | 5.22 | 0.9 | 0.65 |
| Hex | F6 | 63 | 55 | 0 | 3C | 41 | 4 | 5 | 5A | 41 |
| Octal | 366 | 143 | 125 | 0 | 74 | 101 | 4 | 5 | 132 | 101 |
| Binary | 11110110 | 1100011 | 1010101 | 0 | 111100 | 1000001 | 100 | 101 | 1011010 | 1000001 |
Color Harmonies of #F66355
Complementary color
Monochromatic Colors of #F66355
Black with #F66355
Text Example
Text Example
White with #F66355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66355; }
p { color: rgb(246,99,85); }
H1.HeaderClassName
{
color: #F66355;
}
.AnyTagClassName
{
color: #F66355;
}
</style>
background-color css
<style>
a { background-color: #F66355; }
a { background-color: rgb(246,99,85); }
div.DivClassName
{
background-color: #F66355;
}
.BgClassName
{
background-color: #F66355;
}
</style>
border-color css
<style>
span { border-color: #F66355; }
span { border-color: rgb(246,99,85); }
td.TdClassName
{
border-color: #F66355;
}
.TagClassName
{
border-color: #F66355;
}
</style>