Shades of Bittersweet #F5635C
Tints of Bittersweet #F5635C
RGB
CMYK
RGB Variations
Color information
#F5635C (or 0xF5635C) is known color: Bittersweet. HEX triplet: F5, 63 and 5C. RGB value is (245,99,92). Sum of RGB (Red+Green+Blue) = 245+99+92=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5635C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5635C is #0A9CA3. Grayscale: #8E8E8E. Windows color (decimal): -695460 or 6054901. OLE color: 6054901.
HSL color Cylindrical-coordinate representation of color #F5635C: hue angle of 2.75º 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 #F5635C is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 92 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.04 |
| HSL | 2.75º | 0.88% | 0.66% | - |
| HSV(B) | 2.75º | 0.62% | 0.96% | - |
| XYZ | 44.05 | 29.11 | 13.42 | - |
| YUV | 141.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 92 | 0 | 0.60 | 0.62 | 0.04 | 2.75 | 0.88 | 0.66 |
| Hex | F5 | 63 | 5C | 0 | 3C | 3E | 4 | 3 | 58 | 42 |
| Octal | 365 | 143 | 134 | 0 | 74 | 76 | 4 | 3 | 130 | 102 |
| Binary | 11110101 | 1100011 | 1011100 | 0 | 111100 | 111110 | 100 | 11 | 1011000 | 1000010 |
Color Harmonies of #F5635C
Complementary color
Monochromatic Colors of #F5635C
Black with #F5635C
Text Example
Text Example
White with #F5635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5635C; }
p { color: rgb(245,99,92); }
H1.HeaderClassName
{
color: #F5635C;
}
.AnyTagClassName
{
color: #F5635C;
}
</style>
background-color css
<style>
a { background-color: #F5635C; }
a { background-color: rgb(245,99,92); }
div.DivClassName
{
background-color: #F5635C;
}
.BgClassName
{
background-color: #F5635C;
}
</style>
border-color css
<style>
span { border-color: #F5635C; }
span { border-color: rgb(245,99,92); }
td.TdClassName
{
border-color: #F5635C;
}
.TagClassName
{
border-color: #F5635C;
}
</style>