Shades of Bittersweet #F0655D
Tints of Bittersweet #F0655D
RGB
CMYK
RGB Variations
Color information
#F0655D (or 0xF0655D) is known color: Bittersweet. HEX triplet: F0, 65 and 5D. RGB value is (240,101,93). Sum of RGB (Red+Green+Blue) = 240+101+93=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0655D is #0F9AA2. Grayscale: #8D8D8D. Windows color (decimal): -1022627 or 6120944. OLE color: 6120944.
HSL color Cylindrical-coordinate representation of color #F0655D: hue angle of 3.27º 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 #F0655D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 93 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.06 |
| HSL | 3.27º | 0.83% | 0.65% | - |
| HSV(B) | 3.27º | 0.61% | 0.94% | - |
| XYZ | 42.56 | 28.62 | 13.64 | - |
| YUV | 141.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 93 | 0 | 0.58 | 0.61 | 0.06 | 3.27 | 0.83 | 0.65 |
| Hex | F0 | 65 | 5D | 0 | 3A | 3D | 6 | 3 | 53 | 41 |
| Octal | 360 | 145 | 135 | 0 | 72 | 75 | 6 | 3 | 123 | 101 |
| Binary | 11110000 | 1100101 | 1011101 | 0 | 111010 | 111101 | 110 | 11 | 1010011 | 1000001 |
Color Harmonies of #F0655D
Complementary color
Monochromatic Colors of #F0655D
Black with #F0655D
Text Example
Text Example
White with #F0655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0655D; }
p { color: rgb(240,101,93); }
H1.HeaderClassName
{
color: #F0655D;
}
.AnyTagClassName
{
color: #F0655D;
}
</style>
background-color css
<style>
a { background-color: #F0655D; }
a { background-color: rgb(240,101,93); }
div.DivClassName
{
background-color: #F0655D;
}
.BgClassName
{
background-color: #F0655D;
}
</style>
border-color css
<style>
span { border-color: #F0655D; }
span { border-color: rgb(240,101,93); }
td.TdClassName
{
border-color: #F0655D;
}
.TagClassName
{
border-color: #F0655D;
}
</style>