Shades of Bittersweet #F0695A
Tints of Bittersweet #F0695A
RGB
CMYK
RGB Variations
Color information
#F0695A (or 0xF0695A) is known color: Bittersweet. HEX triplet: F0, 69 and 5A. RGB value is (240,105,90). Sum of RGB (Red+Green+Blue) = 240+105+90=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0695A is #0F96A5. Grayscale: #8F8F8F. Windows color (decimal): -1021606 or 5925360. OLE color: 5925360.
HSL color Cylindrical-coordinate representation of color #F0695A: hue angle of 6º 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 #F0695A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 90 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.06 |
| HSL | 6º | 0.83% | 0.65% | - |
| HSV(B) | 6º | 0.63% | 0.94% | - |
| XYZ | 42.83 | 29.37 | 13.08 | - |
| YUV | 143.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 90 | 0 | 0.56 | 0.62 | 0.06 | 6 | 0.83 | 0.65 |
| Hex | F0 | 69 | 5A | 0 | 38 | 3E | 6 | 6 | 53 | 41 |
| Octal | 360 | 151 | 132 | 0 | 70 | 76 | 6 | 6 | 123 | 101 |
| Binary | 11110000 | 1101001 | 1011010 | 0 | 111000 | 111110 | 110 | 110 | 1010011 | 1000001 |
Color Harmonies of #F0695A
Complementary color
Monochromatic Colors of #F0695A
Black with #F0695A
Text Example
Text Example
White with #F0695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0695A; }
p { color: rgb(240,105,90); }
H1.HeaderClassName
{
color: #F0695A;
}
.AnyTagClassName
{
color: #F0695A;
}
</style>
background-color css
<style>
a { background-color: #F0695A; }
a { background-color: rgb(240,105,90); }
div.DivClassName
{
background-color: #F0695A;
}
.BgClassName
{
background-color: #F0695A;
}
</style>
border-color css
<style>
span { border-color: #F0695A; }
span { border-color: rgb(240,105,90); }
td.TdClassName
{
border-color: #F0695A;
}
.TagClassName
{
border-color: #F0695A;
}
</style>