Shades of Bittersweet #F1695C
Tints of Bittersweet #F1695C
RGB
CMYK
RGB Variations
Color information
#F1695C (or 0xF1695C) is known color: Bittersweet. HEX triplet: F1, 69 and 5C. RGB value is (241,105,92). Sum of RGB (Red+Green+Blue) = 241+105+92=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1695C is #0E96A3. Grayscale: #909090. Windows color (decimal): -956068 or 6056433. OLE color: 6056433.
HSL color Cylindrical-coordinate representation of color #F1695C: hue angle of 5.23º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1695C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 92 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.05 |
| HSL | 5.23º | 0.84% | 0.65% | - |
| HSV(B) | 5.23º | 0.62% | 0.95% | - |
| XYZ | 43.26 | 29.58 | 13.55 | - |
| YUV | 144.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 92 | 0 | 0.56 | 0.62 | 0.05 | 5.23 | 0.84 | 0.65 |
| Hex | F1 | 69 | 5C | 0 | 38 | 3E | 5 | 5 | 54 | 41 |
| Octal | 361 | 151 | 134 | 0 | 70 | 76 | 5 | 5 | 124 | 101 |
| Binary | 11110001 | 1101001 | 1011100 | 0 | 111000 | 111110 | 101 | 101 | 1010100 | 1000001 |
Color Harmonies of #F1695C
Complementary color
Monochromatic Colors of #F1695C
Black with #F1695C
Text Example
Text Example
White with #F1695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1695C; }
p { color: rgb(241,105,92); }
H1.HeaderClassName
{
color: #F1695C;
}
.AnyTagClassName
{
color: #F1695C;
}
</style>
background-color css
<style>
a { background-color: #F1695C; }
a { background-color: rgb(241,105,92); }
div.DivClassName
{
background-color: #F1695C;
}
.BgClassName
{
background-color: #F1695C;
}
</style>
border-color css
<style>
span { border-color: #F1695C; }
span { border-color: rgb(241,105,92); }
td.TdClassName
{
border-color: #F1695C;
}
.TagClassName
{
border-color: #F1695C;
}
</style>