Shades of Bittersweet #F8615C
Tints of Bittersweet #F8615C
RGB
CMYK
RGB Variations
Color information
#F8615C (or 0xF8615C) is known color: Bittersweet. HEX triplet: F8, 61 and 5C. RGB value is (248,97,92). Sum of RGB (Red+Green+Blue) = 248+97+92=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F8615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8615C is #079EA3. Grayscale: #8D8D8D. Windows color (decimal): -499364 or 6054392. OLE color: 6054392.
HSL color Cylindrical-coordinate representation of color #F8615C: hue angle of 1.92º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8615C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 92 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.03 |
| HSL | 1.92º | 0.92% | 0.67% | - |
| HSV(B) | 1.92º | 0.63% | 0.97% | - |
| XYZ | 44.92 | 29.28 | 13.41 | - |
| YUV | 141.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 92 | 0 | 0.61 | 0.63 | 0.03 | 1.92 | 0.92 | 0.67 |
| Hex | F8 | 61 | 5C | 0 | 3D | 3F | 3 | 2 | 5C | 43 |
| Octal | 370 | 141 | 134 | 0 | 75 | 77 | 3 | 2 | 134 | 103 |
| Binary | 11111000 | 1100001 | 1011100 | 0 | 111101 | 111111 | 11 | 10 | 1011100 | 1000011 |
Color Harmonies of #F8615C
Complementary color
Monochromatic Colors of #F8615C
Black with #F8615C
Text Example
Text Example
White with #F8615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8615C; }
p { color: rgb(248,97,92); }
H1.HeaderClassName
{
color: #F8615C;
}
.AnyTagClassName
{
color: #F8615C;
}
</style>
background-color css
<style>
a { background-color: #F8615C; }
a { background-color: rgb(248,97,92); }
div.DivClassName
{
background-color: #F8615C;
}
.BgClassName
{
background-color: #F8615C;
}
</style>
border-color css
<style>
span { border-color: #F8615C; }
span { border-color: rgb(248,97,92); }
td.TdClassName
{
border-color: #F8615C;
}
.TagClassName
{
border-color: #F8615C;
}
</style>