Shades of Bittersweet #F0655E
Tints of Bittersweet #F0655E
RGB
CMYK
RGB Variations
Color information
#F0655E (or 0xF0655E) is known color: Bittersweet. HEX triplet: F0, 65 and 5E. RGB value is (240,101,94). Sum of RGB (Red+Green+Blue) = 240+101+94=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0655E is #0F9AA1. Grayscale: #8D8D8D. Windows color (decimal): -1022626 or 6186480. OLE color: 6186480.
HSL color Cylindrical-coordinate representation of color #F0655E: hue angle of 2.88º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0655E is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 94 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.06 |
| HSL | 2.88º | 0.83% | 0.65% | - |
| HSV(B) | 2.88º | 0.61% | 0.94% | - |
| XYZ | 42.61 | 28.64 | 13.87 | - |
| YUV | 141.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 94 | 0 | 0.58 | 0.61 | 0.06 | 2.88 | 0.83 | 0.65 |
| Hex | F0 | 65 | 5E | 0 | 3A | 3D | 6 | 3 | 53 | 41 |
| Octal | 360 | 145 | 136 | 0 | 72 | 75 | 6 | 3 | 123 | 101 |
| Binary | 11110000 | 1100101 | 1011110 | 0 | 111010 | 111101 | 110 | 11 | 1010011 | 1000001 |
Color Harmonies of #F0655E
Complementary color
Monochromatic Colors of #F0655E
Black with #F0655E
Text Example
Text Example
White with #F0655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0655E; }
p { color: rgb(240,101,94); }
H1.HeaderClassName
{
color: #F0655E;
}
.AnyTagClassName
{
color: #F0655E;
}
</style>
background-color css
<style>
a { background-color: #F0655E; }
a { background-color: rgb(240,101,94); }
div.DivClassName
{
background-color: #F0655E;
}
.BgClassName
{
background-color: #F0655E;
}
</style>
border-color css
<style>
span { border-color: #F0655E; }
span { border-color: rgb(240,101,94); }
td.TdClassName
{
border-color: #F0655E;
}
.TagClassName
{
border-color: #F0655E;
}
</style>