Shades of Bittersweet #F8605E
Tints of Bittersweet #F8605E
RGB
CMYK
RGB Variations
Color information
#F8605E (or 0xF8605E) is known color: Bittersweet. HEX triplet: F8, 60 and 5E. RGB value is (248,96,94). Sum of RGB (Red+Green+Blue) = 248+96+94=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8605E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8605E is #079FA1. Grayscale: #8D8D8D. Windows color (decimal): -499618 or 6185208. OLE color: 6185208.
HSL color Cylindrical-coordinate representation of color #F8605E: hue angle of 0.78º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8605E is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 94 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.03 |
| HSL | 0.78º | 0.92% | 0.67% | - |
| HSV(B) | 0.78º | 0.62% | 0.97% | - |
| XYZ | 44.91 | 29.13 | 13.85 | - |
| YUV | 141.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 94 | 0 | 0.61 | 0.62 | 0.03 | 0.78 | 0.92 | 0.67 |
| Hex | F8 | 60 | 5E | 0 | 3D | 3E | 3 | 1 | 5C | 43 |
| Octal | 370 | 140 | 136 | 0 | 75 | 76 | 3 | 1 | 134 | 103 |
| Binary | 11111000 | 1100000 | 1011110 | 0 | 111101 | 111110 | 11 | 1 | 1011100 | 1000011 |
Color Harmonies of #F8605E
Complementary color
Monochromatic Colors of #F8605E
Black with #F8605E
Text Example
Text Example
White with #F8605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8605E; }
p { color: rgb(248,96,94); }
H1.HeaderClassName
{
color: #F8605E;
}
.AnyTagClassName
{
color: #F8605E;
}
</style>
background-color css
<style>
a { background-color: #F8605E; }
a { background-color: rgb(248,96,94); }
div.DivClassName
{
background-color: #F8605E;
}
.BgClassName
{
background-color: #F8605E;
}
</style>
border-color css
<style>
span { border-color: #F8605E; }
span { border-color: rgb(248,96,94); }
td.TdClassName
{
border-color: #F8605E;
}
.TagClassName
{
border-color: #F8605E;
}
</style>