Shades of Bittersweet #F56665
Tints of Bittersweet #F56665
RGB
CMYK
RGB Variations
Color information
#F56665 (or 0xF56665) is known color: Bittersweet. HEX triplet: F5, 66 and 65. RGB value is (245,102,101). Sum of RGB (Red+Green+Blue) = 245+102+101=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F56665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56665 is #0A999A. Grayscale: #909090. Windows color (decimal): -694683 or 6645493. OLE color: 6645493.
HSL color Cylindrical-coordinate representation of color #F56665: hue angle of 0.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56665 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 101 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.04 |
| HSL | 0.42º | 0.88% | 0.68% | - |
| HSV(B) | 0.42º | 0.59% | 0.96% | - |
| XYZ | 44.76 | 29.85 | 15.72 | - |
| YUV | 144.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 101 | 0 | 0.58 | 0.59 | 0.04 | 0.42 | 0.88 | 0.68 |
| Hex | F5 | 66 | 65 | 0 | 3A | 3B | 4 | 0 | 58 | 44 |
| Octal | 365 | 146 | 145 | 0 | 72 | 73 | 4 | 0 | 130 | 104 |
| Binary | 11110101 | 1100110 | 1100101 | 0 | 111010 | 111011 | 100 | 0 | 1011000 | 1000100 |
Color Harmonies of #F56665
Complementary color
Monochromatic Colors of #F56665
Black with #F56665
Text Example
Text Example
White with #F56665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56665; }
p { color: rgb(245,102,101); }
H1.HeaderClassName
{
color: #F56665;
}
.AnyTagClassName
{
color: #F56665;
}
</style>
background-color css
<style>
a { background-color: #F56665; }
a { background-color: rgb(245,102,101); }
div.DivClassName
{
background-color: #F56665;
}
.BgClassName
{
background-color: #F56665;
}
</style>
border-color css
<style>
span { border-color: #F56665; }
span { border-color: rgb(245,102,101); }
td.TdClassName
{
border-color: #F56665;
}
.TagClassName
{
border-color: #F56665;
}
</style>