Shades of Bittersweet #F5705A
Tints of Bittersweet #F5705A
RGB
CMYK
RGB Variations
Color information
#F5705A (or 0xF5705A) is known color: Bittersweet. HEX triplet: F5, 70 and 5A. RGB value is (245,112,90). Sum of RGB (Red+Green+Blue) = 245+112+90=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5705A is #0A8FA5. Grayscale: #959595. Windows color (decimal): -692134 or 5927157. OLE color: 5927157.
HSL color Cylindrical-coordinate representation of color #F5705A: hue angle of 8.52º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5705A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 90 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.04 |
| HSL | 8.52º | 0.89% | 0.66% | - |
| HSV(B) | 8.52º | 0.63% | 0.96% | - |
| XYZ | 45.3 | 31.74 | 13.41 | - |
| YUV | 149.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 90 | 0 | 0.54 | 0.63 | 0.04 | 8.52 | 0.89 | 0.66 |
| Hex | F5 | 70 | 5A | 0 | 36 | 3F | 4 | 9 | 59 | 42 |
| Octal | 365 | 160 | 132 | 0 | 66 | 77 | 4 | 11 | 131 | 102 |
| Binary | 11110101 | 1110000 | 1011010 | 0 | 110110 | 111111 | 100 | 1001 | 1011001 | 1000010 |
Color Harmonies of #F5705A
Complementary color
Monochromatic Colors of #F5705A
Black with #F5705A
Text Example
Text Example
White with #F5705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5705A; }
p { color: rgb(245,112,90); }
H1.HeaderClassName
{
color: #F5705A;
}
.AnyTagClassName
{
color: #F5705A;
}
</style>
background-color css
<style>
a { background-color: #F5705A; }
a { background-color: rgb(245,112,90); }
div.DivClassName
{
background-color: #F5705A;
}
.BgClassName
{
background-color: #F5705A;
}
</style>
border-color css
<style>
span { border-color: #F5705A; }
span { border-color: rgb(245,112,90); }
td.TdClassName
{
border-color: #F5705A;
}
.TagClassName
{
border-color: #F5705A;
}
</style>