Shades of Bittersweet #F1695A
Tints of Bittersweet #F1695A
RGB
CMYK
RGB Variations
Color information
#F1695A (or 0xF1695A) is known color: Bittersweet. HEX triplet: F1, 69 and 5A. RGB value is (241,105,90). Sum of RGB (Red+Green+Blue) = 241+105+90=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1695A is #0E96A5. Grayscale: #909090. Windows color (decimal): -956070 or 5925361. OLE color: 5925361.
HSL color Cylindrical-coordinate representation of color #F1695A: hue angle of 5.96º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1695A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 90 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.05 |
| HSL | 5.96º | 0.84% | 0.65% | - |
| HSV(B) | 5.96º | 0.63% | 0.95% | - |
| XYZ | 43.17 | 29.54 | 13.1 | - |
| YUV | 143.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 90 | 0 | 0.56 | 0.63 | 0.05 | 5.96 | 0.84 | 0.65 |
| Hex | F1 | 69 | 5A | 0 | 38 | 3F | 5 | 6 | 54 | 41 |
| Octal | 361 | 151 | 132 | 0 | 70 | 77 | 5 | 6 | 124 | 101 |
| Binary | 11110001 | 1101001 | 1011010 | 0 | 111000 | 111111 | 101 | 110 | 1010100 | 1000001 |
Color Harmonies of #F1695A
Complementary color
Monochromatic Colors of #F1695A
Black with #F1695A
Text Example
Text Example
White with #F1695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1695A; }
p { color: rgb(241,105,90); }
H1.HeaderClassName
{
color: #F1695A;
}
.AnyTagClassName
{
color: #F1695A;
}
</style>
background-color css
<style>
a { background-color: #F1695A; }
a { background-color: rgb(241,105,90); }
div.DivClassName
{
background-color: #F1695A;
}
.BgClassName
{
background-color: #F1695A;
}
</style>
border-color css
<style>
span { border-color: #F1695A; }
span { border-color: rgb(241,105,90); }
td.TdClassName
{
border-color: #F1695A;
}
.TagClassName
{
border-color: #F1695A;
}
</style>