Shades of Bittersweet #F5635E
Tints of Bittersweet #F5635E
RGB
CMYK
RGB Variations
Color information
#F5635E (or 0xF5635E) is known color: Bittersweet. HEX triplet: F5, 63 and 5E. RGB value is (245,99,94). Sum of RGB (Red+Green+Blue) = 245+99+94=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5635E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5635E is #0A9CA1. Grayscale: #8E8E8E. Windows color (decimal): -695458 or 6185973. OLE color: 6185973.
HSL color Cylindrical-coordinate representation of color #F5635E: hue angle of 1.99º 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 #F5635E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 94 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.04 |
| HSL | 1.99º | 0.88% | 0.66% | - |
| HSV(B) | 1.99º | 0.62% | 0.96% | - |
| XYZ | 44.14 | 29.14 | 13.89 | - |
| YUV | 142.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 94 | 0 | 0.60 | 0.62 | 0.04 | 1.99 | 0.88 | 0.66 |
| Hex | F5 | 63 | 5E | 0 | 3C | 3E | 4 | 2 | 58 | 42 |
| Octal | 365 | 143 | 136 | 0 | 74 | 76 | 4 | 2 | 130 | 102 |
| Binary | 11110101 | 1100011 | 1011110 | 0 | 111100 | 111110 | 100 | 10 | 1011000 | 1000010 |
Color Harmonies of #F5635E
Complementary color
Monochromatic Colors of #F5635E
Black with #F5635E
Text Example
Text Example
White with #F5635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5635E; }
p { color: rgb(245,99,94); }
H1.HeaderClassName
{
color: #F5635E;
}
.AnyTagClassName
{
color: #F5635E;
}
</style>
background-color css
<style>
a { background-color: #F5635E; }
a { background-color: rgb(245,99,94); }
div.DivClassName
{
background-color: #F5635E;
}
.BgClassName
{
background-color: #F5635E;
}
</style>
border-color css
<style>
span { border-color: #F5635E; }
span { border-color: rgb(245,99,94); }
td.TdClassName
{
border-color: #F5635E;
}
.TagClassName
{
border-color: #F5635E;
}
</style>