Shades of Bittersweet #F0695C
Tints of Bittersweet #F0695C
RGB
CMYK
RGB Variations
Color information
#F0695C (or 0xF0695C) is known color: Bittersweet. HEX triplet: F0, 69 and 5C. RGB value is (240,105,92). Sum of RGB (Red+Green+Blue) = 240+105+92=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0695C is #0F96A3. Grayscale: #909090. Windows color (decimal): -1021604 or 6056432. OLE color: 6056432.
HSL color Cylindrical-coordinate representation of color #F0695C: hue angle of 5.27º 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 #F0695C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 92 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.06 |
| HSL | 5.27º | 0.83% | 0.65% | - |
| HSV(B) | 5.27º | 0.62% | 0.94% | - |
| XYZ | 42.92 | 29.4 | 13.54 | - |
| YUV | 143.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 92 | 0 | 0.56 | 0.62 | 0.06 | 5.27 | 0.83 | 0.65 |
| Hex | F0 | 69 | 5C | 0 | 38 | 3E | 6 | 5 | 53 | 41 |
| Octal | 360 | 151 | 134 | 0 | 70 | 76 | 6 | 5 | 123 | 101 |
| Binary | 11110000 | 1101001 | 1011100 | 0 | 111000 | 111110 | 110 | 101 | 1010011 | 1000001 |
Color Harmonies of #F0695C
Complementary color
Monochromatic Colors of #F0695C
Black with #F0695C
Text Example
Text Example
White with #F0695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0695C; }
p { color: rgb(240,105,92); }
H1.HeaderClassName
{
color: #F0695C;
}
.AnyTagClassName
{
color: #F0695C;
}
</style>
background-color css
<style>
a { background-color: #F0695C; }
a { background-color: rgb(240,105,92); }
div.DivClassName
{
background-color: #F0695C;
}
.BgClassName
{
background-color: #F0695C;
}
</style>
border-color css
<style>
span { border-color: #F0695C; }
span { border-color: rgb(240,105,92); }
td.TdClassName
{
border-color: #F0695C;
}
.TagClassName
{
border-color: #F0695C;
}
</style>