Shades of Bittersweet #F0695D
Tints of Bittersweet #F0695D
RGB
CMYK
RGB Variations
Color information
#F0695D (or 0xF0695D) is known color: Bittersweet. HEX triplet: F0, 69 and 5D. RGB value is (240,105,93). Sum of RGB (Red+Green+Blue) = 240+105+93=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0695D is #0F96A2. Grayscale: #909090. Windows color (decimal): -1021603 or 6121968. OLE color: 6121968.
HSL color Cylindrical-coordinate representation of color #F0695D: hue angle of 4.9º 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 #F0695D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 93 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.06 |
| HSL | 4.9º | 0.83% | 0.65% | - |
| HSV(B) | 4.9º | 0.61% | 0.94% | - |
| XYZ | 42.96 | 29.42 | 13.77 | - |
| YUV | 144 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 93 | 0 | 0.56 | 0.61 | 0.06 | 4.9 | 0.83 | 0.65 |
| Hex | F0 | 69 | 5D | 0 | 38 | 3D | 6 | 5 | 53 | 41 |
| Octal | 360 | 151 | 135 | 0 | 70 | 75 | 6 | 5 | 123 | 101 |
| Binary | 11110000 | 1101001 | 1011101 | 0 | 111000 | 111101 | 110 | 101 | 1010011 | 1000001 |
Color Harmonies of #F0695D
Complementary color
Monochromatic Colors of #F0695D
Black with #F0695D
Text Example
Text Example
White with #F0695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0695D; }
p { color: rgb(240,105,93); }
H1.HeaderClassName
{
color: #F0695D;
}
.AnyTagClassName
{
color: #F0695D;
}
</style>
background-color css
<style>
a { background-color: #F0695D; }
a { background-color: rgb(240,105,93); }
div.DivClassName
{
background-color: #F0695D;
}
.BgClassName
{
background-color: #F0695D;
}
</style>
border-color css
<style>
span { border-color: #F0695D; }
span { border-color: rgb(240,105,93); }
td.TdClassName
{
border-color: #F0695D;
}
.TagClassName
{
border-color: #F0695D;
}
</style>