Shades of Bittersweet #F5705F
Tints of Bittersweet #F5705F
RGB
CMYK
RGB Variations
Color information
#F5705F (or 0xF5705F) is known color: Bittersweet. HEX triplet: F5, 70 and 5F. RGB value is (245,112,95). Sum of RGB (Red+Green+Blue) = 245+112+95=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5705F is #0A8FA0. Grayscale: #969696. Windows color (decimal): -692129 or 6254837. OLE color: 6254837.
HSL color Cylindrical-coordinate representation of color #F5705F: hue angle of 6.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5705F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 95 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.04 |
| HSL | 6.8º | 0.88% | 0.67% | - |
| HSV(B) | 6.8º | 0.61% | 0.96% | - |
| XYZ | 45.52 | 31.83 | 14.57 | - |
| YUV | 149.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 95 | 0 | 0.54 | 0.61 | 0.04 | 6.8 | 0.88 | 0.67 |
| Hex | F5 | 70 | 5F | 0 | 36 | 3D | 4 | 7 | 58 | 43 |
| Octal | 365 | 160 | 137 | 0 | 66 | 75 | 4 | 7 | 130 | 103 |
| Binary | 11110101 | 1110000 | 1011111 | 0 | 110110 | 111101 | 100 | 111 | 1011000 | 1000011 |
Color Harmonies of #F5705F
Complementary color
Monochromatic Colors of #F5705F
Black with #F5705F
Text Example
Text Example
White with #F5705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5705F; }
p { color: rgb(245,112,95); }
H1.HeaderClassName
{
color: #F5705F;
}
.AnyTagClassName
{
color: #F5705F;
}
</style>
background-color css
<style>
a { background-color: #F5705F; }
a { background-color: rgb(245,112,95); }
div.DivClassName
{
background-color: #F5705F;
}
.BgClassName
{
background-color: #F5705F;
}
</style>
border-color css
<style>
span { border-color: #F5705F; }
span { border-color: rgb(245,112,95); }
td.TdClassName
{
border-color: #F5705F;
}
.TagClassName
{
border-color: #F5705F;
}
</style>