Shades of Bittersweet #F1655F
Tints of Bittersweet #F1655F
RGB
CMYK
RGB Variations
Color information
#F1655F (or 0xF1655F) is known color: Bittersweet. HEX triplet: F1, 65 and 5F. RGB value is (241,101,95). Sum of RGB (Red+Green+Blue) = 241+101+95=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1655F is #0E9AA0. Grayscale: #8E8E8E. Windows color (decimal): -957089 or 6252017. OLE color: 6252017.
HSL color Cylindrical-coordinate representation of color #F1655F: hue angle of 2.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1655F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 95 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.05 |
| HSL | 2.47º | 0.84% | 0.66% | - |
| HSV(B) | 2.47º | 0.61% | 0.95% | - |
| XYZ | 42.99 | 28.83 | 14.13 | - |
| YUV | 142.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 95 | 0 | 0.58 | 0.61 | 0.05 | 2.47 | 0.84 | 0.66 |
| Hex | F1 | 65 | 5F | 0 | 3A | 3D | 5 | 2 | 54 | 42 |
| Octal | 361 | 145 | 137 | 0 | 72 | 75 | 5 | 2 | 124 | 102 |
| Binary | 11110001 | 1100101 | 1011111 | 0 | 111010 | 111101 | 101 | 10 | 1010100 | 1000010 |
Color Harmonies of #F1655F
Complementary color
Monochromatic Colors of #F1655F
Black with #F1655F
Text Example
Text Example
White with #F1655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1655F; }
p { color: rgb(241,101,95); }
H1.HeaderClassName
{
color: #F1655F;
}
.AnyTagClassName
{
color: #F1655F;
}
</style>
background-color css
<style>
a { background-color: #F1655F; }
a { background-color: rgb(241,101,95); }
div.DivClassName
{
background-color: #F1655F;
}
.BgClassName
{
background-color: #F1655F;
}
</style>
border-color css
<style>
span { border-color: #F1655F; }
span { border-color: rgb(241,101,95); }
td.TdClassName
{
border-color: #F1655F;
}
.TagClassName
{
border-color: #F1655F;
}
</style>