Shades of Bittersweet #F5635B
Tints of Bittersweet #F5635B
RGB
CMYK
RGB Variations
Color information
#F5635B (or 0xF5635B) is known color: Bittersweet. HEX triplet: F5, 63 and 5B. RGB value is (245,99,91). Sum of RGB (Red+Green+Blue) = 245+99+91=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5635B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5635B is #0A9CA4. Grayscale: #8D8D8D. Windows color (decimal): -695461 or 5989365. OLE color: 5989365.
HSL color Cylindrical-coordinate representation of color #F5635B: hue angle of 3.12º 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 #F5635B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 91 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.04 |
| HSL | 3.12º | 0.89% | 0.66% | - |
| HSV(B) | 3.12º | 0.63% | 0.96% | - |
| XYZ | 44.01 | 29.09 | 13.19 | - |
| YUV | 141.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 91 | 0 | 0.60 | 0.63 | 0.04 | 3.12 | 0.89 | 0.66 |
| Hex | F5 | 63 | 5B | 0 | 3C | 3F | 4 | 3 | 59 | 42 |
| Octal | 365 | 143 | 133 | 0 | 74 | 77 | 4 | 3 | 131 | 102 |
| Binary | 11110101 | 1100011 | 1011011 | 0 | 111100 | 111111 | 100 | 11 | 1011001 | 1000010 |
Color Harmonies of #F5635B
Complementary color
Monochromatic Colors of #F5635B
Black with #F5635B
Text Example
Text Example
White with #F5635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5635B; }
p { color: rgb(245,99,91); }
H1.HeaderClassName
{
color: #F5635B;
}
.AnyTagClassName
{
color: #F5635B;
}
</style>
background-color css
<style>
a { background-color: #F5635B; }
a { background-color: rgb(245,99,91); }
div.DivClassName
{
background-color: #F5635B;
}
.BgClassName
{
background-color: #F5635B;
}
</style>
border-color css
<style>
span { border-color: #F5635B; }
span { border-color: rgb(245,99,91); }
td.TdClassName
{
border-color: #F5635B;
}
.TagClassName
{
border-color: #F5635B;
}
</style>