Shades of Bittersweet #F66059
Tints of Bittersweet #F66059
RGB
CMYK
RGB Variations
Color information
#F66059 (or 0xF66059) is known color: Bittersweet. HEX triplet: F6, 60 and 59. RGB value is (246,96,89). Sum of RGB (Red+Green+Blue) = 246+96+89=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F66059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66059 is #099FA6. Grayscale: #8C8C8C. Windows color (decimal): -630695 or 5857526. OLE color: 5857526.
HSL color Cylindrical-coordinate representation of color #F66059: hue angle of 2.68º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F66059 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 89 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.04 |
| HSL | 2.68º | 0.9% | 0.66% | - |
| HSV(B) | 2.68º | 0.64% | 0.96% | - |
| XYZ | 43.99 | 28.68 | 12.67 | - |
| YUV | 140.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 89 | 0 | 0.61 | 0.64 | 0.04 | 2.68 | 0.9 | 0.66 |
| Hex | F6 | 60 | 59 | 0 | 3D | 40 | 4 | 3 | 5A | 42 |
| Octal | 366 | 140 | 131 | 0 | 75 | 100 | 4 | 3 | 132 | 102 |
| Binary | 11110110 | 1100000 | 1011001 | 0 | 111101 | 1000000 | 100 | 11 | 1011010 | 1000010 |
Color Harmonies of #F66059
Complementary color
Monochromatic Colors of #F66059
Black with #F66059
Text Example
Text Example
White with #F66059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66059; }
p { color: rgb(246,96,89); }
H1.HeaderClassName
{
color: #F66059;
}
.AnyTagClassName
{
color: #F66059;
}
</style>
background-color css
<style>
a { background-color: #F66059; }
a { background-color: rgb(246,96,89); }
div.DivClassName
{
background-color: #F66059;
}
.BgClassName
{
background-color: #F66059;
}
</style>
border-color css
<style>
span { border-color: #F66059; }
span { border-color: rgb(246,96,89); }
td.TdClassName
{
border-color: #F66059;
}
.TagClassName
{
border-color: #F66059;
}
</style>