Shades of Bittersweet #F1685A
Tints of Bittersweet #F1685A
RGB
CMYK
RGB Variations
Color information
#F1685A (or 0xF1685A) is known color: Bittersweet. HEX triplet: F1, 68 and 5A. RGB value is (241,104,90). Sum of RGB (Red+Green+Blue) = 241+104+90=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1685A is #0E97A5. Grayscale: #8F8F8F. Windows color (decimal): -956326 or 5925105. OLE color: 5925105.
HSL color Cylindrical-coordinate representation of color #F1685A: hue angle of 5.56º 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 #F1685A is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 90 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.05 |
| HSL | 5.56º | 0.84% | 0.65% | - |
| HSV(B) | 5.56º | 0.63% | 0.95% | - |
| XYZ | 43.07 | 29.34 | 13.07 | - |
| YUV | 143.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 90 | 0 | 0.57 | 0.63 | 0.05 | 5.56 | 0.84 | 0.65 |
| Hex | F1 | 68 | 5A | 0 | 39 | 3F | 5 | 6 | 54 | 41 |
| Octal | 361 | 150 | 132 | 0 | 71 | 77 | 5 | 6 | 124 | 101 |
| Binary | 11110001 | 1101000 | 1011010 | 0 | 111001 | 111111 | 101 | 110 | 1010100 | 1000001 |
Color Harmonies of #F1685A
Complementary color
Monochromatic Colors of #F1685A
Black with #F1685A
Text Example
Text Example
White with #F1685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1685A; }
p { color: rgb(241,104,90); }
H1.HeaderClassName
{
color: #F1685A;
}
.AnyTagClassName
{
color: #F1685A;
}
</style>
background-color css
<style>
a { background-color: #F1685A; }
a { background-color: rgb(241,104,90); }
div.DivClassName
{
background-color: #F1685A;
}
.BgClassName
{
background-color: #F1685A;
}
</style>
border-color css
<style>
span { border-color: #F1685A; }
span { border-color: rgb(241,104,90); }
td.TdClassName
{
border-color: #F1685A;
}
.TagClassName
{
border-color: #F1685A;
}
</style>