Shades of Bittersweet #F5625E
Tints of Bittersweet #F5625E
RGB
CMYK
RGB Variations
Color information
#F5625E (or 0xF5625E) is known color: Bittersweet. HEX triplet: F5, 62 and 5E. RGB value is (245,98,94). Sum of RGB (Red+Green+Blue) = 245+98+94=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5625E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5625E is #0A9DA1. Grayscale: #8D8D8D. Windows color (decimal): -695714 or 6185717. OLE color: 6185717.
HSL color Cylindrical-coordinate representation of color #F5625E: hue angle of 1.59º 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 #F5625E is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 94 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.04 |
| HSL | 1.59º | 0.88% | 0.66% | - |
| HSV(B) | 1.59º | 0.62% | 0.96% | - |
| XYZ | 44.04 | 28.96 | 13.86 | - |
| YUV | 141.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 94 | 0 | 0.6 | 0.62 | 0.04 | 1.59 | 0.88 | 0.66 |
| Hex | F5 | 62 | 5E | 0 | 3C | 3E | 4 | 2 | 58 | 42 |
| Octal | 365 | 142 | 136 | 0 | 74 | 76 | 4 | 2 | 130 | 102 |
| Binary | 11110101 | 1100010 | 1011110 | 0 | 111100 | 111110 | 100 | 10 | 1011000 | 1000010 |
Color Harmonies of #F5625E
Complementary color
Monochromatic Colors of #F5625E
Black with #F5625E
Text Example
Text Example
White with #F5625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5625E; }
p { color: rgb(245,98,94); }
H1.HeaderClassName
{
color: #F5625E;
}
.AnyTagClassName
{
color: #F5625E;
}
</style>
background-color css
<style>
a { background-color: #F5625E; }
a { background-color: rgb(245,98,94); }
div.DivClassName
{
background-color: #F5625E;
}
.BgClassName
{
background-color: #F5625E;
}
</style>
border-color css
<style>
span { border-color: #F5625E; }
span { border-color: rgb(245,98,94); }
td.TdClassName
{
border-color: #F5625E;
}
.TagClassName
{
border-color: #F5625E;
}
</style>