Shades of Bittersweet #F5655F
Tints of Bittersweet #F5655F
RGB
CMYK
RGB Variations
Color information
#F5655F (or 0xF5655F) is known color: Bittersweet. HEX triplet: F5, 65 and 5F. RGB value is (245,101,95). Sum of RGB (Red+Green+Blue) = 245+101+95=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5655F is #0A9AA0. Grayscale: #8F8F8F. Windows color (decimal): -694945 or 6252021. OLE color: 6252021.
HSL color Cylindrical-coordinate representation of color #F5655F: hue angle of 2.4º 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 #F5655F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 95 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.04 |
| HSL | 2.4º | 0.88% | 0.67% | - |
| HSV(B) | 2.4º | 0.61% | 0.96% | - |
| XYZ | 44.38 | 29.55 | 14.19 | - |
| YUV | 143.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 95 | 0 | 0.59 | 0.61 | 0.04 | 2.4 | 0.88 | 0.67 |
| Hex | F5 | 65 | 5F | 0 | 3B | 3D | 4 | 2 | 58 | 43 |
| Octal | 365 | 145 | 137 | 0 | 73 | 75 | 4 | 2 | 130 | 103 |
| Binary | 11110101 | 1100101 | 1011111 | 0 | 111011 | 111101 | 100 | 10 | 1011000 | 1000011 |
Color Harmonies of #F5655F
Complementary color
Monochromatic Colors of #F5655F
Black with #F5655F
Text Example
Text Example
White with #F5655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5655F; }
p { color: rgb(245,101,95); }
H1.HeaderClassName
{
color: #F5655F;
}
.AnyTagClassName
{
color: #F5655F;
}
</style>
background-color css
<style>
a { background-color: #F5655F; }
a { background-color: rgb(245,101,95); }
div.DivClassName
{
background-color: #F5655F;
}
.BgClassName
{
background-color: #F5655F;
}
</style>
border-color css
<style>
span { border-color: #F5655F; }
span { border-color: rgb(245,101,95); }
td.TdClassName
{
border-color: #F5655F;
}
.TagClassName
{
border-color: #F5655F;
}
</style>