Shades of Bittersweet #F5655C
Tints of Bittersweet #F5655C
RGB
CMYK
RGB Variations
Color information
#F5655C (or 0xF5655C) is known color: Bittersweet. HEX triplet: F5, 65 and 5C. RGB value is (245,101,92). Sum of RGB (Red+Green+Blue) = 245+101+92=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5655C is #0A9AA3. Grayscale: #8F8F8F. Windows color (decimal): -694948 or 6055413. OLE color: 6055413.
HSL color Cylindrical-coordinate representation of color #F5655C: hue angle of 3.53º 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 #F5655C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 92 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.04 |
| HSL | 3.53º | 0.88% | 0.66% | - |
| HSV(B) | 3.53º | 0.62% | 0.96% | - |
| XYZ | 44.24 | 29.49 | 13.49 | - |
| YUV | 143.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 92 | 0 | 0.59 | 0.62 | 0.04 | 3.53 | 0.88 | 0.66 |
| Hex | F5 | 65 | 5C | 0 | 3B | 3E | 4 | 4 | 58 | 42 |
| Octal | 365 | 145 | 134 | 0 | 73 | 76 | 4 | 4 | 130 | 102 |
| Binary | 11110101 | 1100101 | 1011100 | 0 | 111011 | 111110 | 100 | 100 | 1011000 | 1000010 |
Color Harmonies of #F5655C
Complementary color
Monochromatic Colors of #F5655C
Black with #F5655C
Text Example
Text Example
White with #F5655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5655C; }
p { color: rgb(245,101,92); }
H1.HeaderClassName
{
color: #F5655C;
}
.AnyTagClassName
{
color: #F5655C;
}
</style>
background-color css
<style>
a { background-color: #F5655C; }
a { background-color: rgb(245,101,92); }
div.DivClassName
{
background-color: #F5655C;
}
.BgClassName
{
background-color: #F5655C;
}
</style>
border-color css
<style>
span { border-color: #F5655C; }
span { border-color: rgb(245,101,92); }
td.TdClassName
{
border-color: #F5655C;
}
.TagClassName
{
border-color: #F5655C;
}
</style>