Shades of Bittersweet #F0655B
Tints of Bittersweet #F0655B
RGB
CMYK
RGB Variations
Color information
#F0655B (or 0xF0655B) is known color: Bittersweet. HEX triplet: F0, 65 and 5B. RGB value is (240,101,91). Sum of RGB (Red+Green+Blue) = 240+101+91=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0655B is #0F9AA4. Grayscale: #8D8D8D. Windows color (decimal): -1022629 or 5989872. OLE color: 5989872.
HSL color Cylindrical-coordinate representation of color #F0655B: hue angle of 4.03º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0655B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 91 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.06 |
| HSL | 4.03º | 0.83% | 0.65% | - |
| HSV(B) | 4.03º | 0.62% | 0.94% | - |
| XYZ | 42.48 | 28.59 | 13.18 | - |
| YUV | 141.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 91 | 0 | 0.58 | 0.62 | 0.06 | 4.03 | 0.83 | 0.65 |
| Hex | F0 | 65 | 5B | 0 | 3A | 3E | 6 | 4 | 53 | 41 |
| Octal | 360 | 145 | 133 | 0 | 72 | 76 | 6 | 4 | 123 | 101 |
| Binary | 11110000 | 1100101 | 1011011 | 0 | 111010 | 111110 | 110 | 100 | 1010011 | 1000001 |
Color Harmonies of #F0655B
Complementary color
Monochromatic Colors of #F0655B
Black with #F0655B
Text Example
Text Example
White with #F0655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0655B; }
p { color: rgb(240,101,91); }
H1.HeaderClassName
{
color: #F0655B;
}
.AnyTagClassName
{
color: #F0655B;
}
</style>
background-color css
<style>
a { background-color: #F0655B; }
a { background-color: rgb(240,101,91); }
div.DivClassName
{
background-color: #F0655B;
}
.BgClassName
{
background-color: #F0655B;
}
</style>
border-color css
<style>
span { border-color: #F0655B; }
span { border-color: rgb(240,101,91); }
td.TdClassName
{
border-color: #F0655B;
}
.TagClassName
{
border-color: #F0655B;
}
</style>