Shades of Bittersweet #F5705C
Tints of Bittersweet #F5705C
RGB
CMYK
RGB Variations
Color information
#F5705C (or 0xF5705C) is known color: Bittersweet. HEX triplet: F5, 70 and 5C. RGB value is (245,112,92). Sum of RGB (Red+Green+Blue) = 245+112+92=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5705C is #0A8FA3. Grayscale: #959595. Windows color (decimal): -692132 or 6058229. OLE color: 6058229.
HSL color Cylindrical-coordinate representation of color #F5705C: hue angle of 7.84º degrees, saturation: 0.88, 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 #F5705C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 92 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.04 |
| HSL | 7.84º | 0.88% | 0.66% | - |
| HSV(B) | 7.84º | 0.62% | 0.96% | - |
| XYZ | 45.38 | 31.77 | 13.87 | - |
| YUV | 149.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 92 | 0 | 0.54 | 0.62 | 0.04 | 7.84 | 0.88 | 0.66 |
| Hex | F5 | 70 | 5C | 0 | 36 | 3E | 4 | 8 | 58 | 42 |
| Octal | 365 | 160 | 134 | 0 | 66 | 76 | 4 | 10 | 130 | 102 |
| Binary | 11110101 | 1110000 | 1011100 | 0 | 110110 | 111110 | 100 | 1000 | 1011000 | 1000010 |
Color Harmonies of #F5705C
Complementary color
Monochromatic Colors of #F5705C
Black with #F5705C
Text Example
Text Example
White with #F5705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5705C; }
p { color: rgb(245,112,92); }
H1.HeaderClassName
{
color: #F5705C;
}
.AnyTagClassName
{
color: #F5705C;
}
</style>
background-color css
<style>
a { background-color: #F5705C; }
a { background-color: rgb(245,112,92); }
div.DivClassName
{
background-color: #F5705C;
}
.BgClassName
{
background-color: #F5705C;
}
</style>
border-color css
<style>
span { border-color: #F5705C; }
span { border-color: rgb(245,112,92); }
td.TdClassName
{
border-color: #F5705C;
}
.TagClassName
{
border-color: #F5705C;
}
</style>