Shades of Bittersweet #F1675F
Tints of Bittersweet #F1675F
RGB
CMYK
RGB Variations
Color information
#F1675F (or 0xF1675F) is known color: Bittersweet. HEX triplet: F1, 67 and 5F. RGB value is (241,103,95). Sum of RGB (Red+Green+Blue) = 241+103+95=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1675F is #0E98A0. Grayscale: #8F8F8F. Windows color (decimal): -956577 or 6252529. OLE color: 6252529.
HSL color Cylindrical-coordinate representation of color #F1675F: hue angle of 3.29º 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 #F1675F is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 95 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.05 |
| HSL | 3.29º | 0.84% | 0.66% | - |
| HSV(B) | 3.29º | 0.61% | 0.95% | - |
| XYZ | 43.19 | 29.23 | 14.19 | - |
| YUV | 143.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 95 | 0 | 0.57 | 0.61 | 0.05 | 3.29 | 0.84 | 0.66 |
| Hex | F1 | 67 | 5F | 0 | 39 | 3D | 5 | 3 | 54 | 42 |
| Octal | 361 | 147 | 137 | 0 | 71 | 75 | 5 | 3 | 124 | 102 |
| Binary | 11110001 | 1100111 | 1011111 | 0 | 111001 | 111101 | 101 | 11 | 1010100 | 1000010 |
Color Harmonies of #F1675F
Complementary color
Monochromatic Colors of #F1675F
Black with #F1675F
Text Example
Text Example
White with #F1675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1675F; }
p { color: rgb(241,103,95); }
H1.HeaderClassName
{
color: #F1675F;
}
.AnyTagClassName
{
color: #F1675F;
}
</style>
background-color css
<style>
a { background-color: #F1675F; }
a { background-color: rgb(241,103,95); }
div.DivClassName
{
background-color: #F1675F;
}
.BgClassName
{
background-color: #F1675F;
}
</style>
border-color css
<style>
span { border-color: #F1675F; }
span { border-color: rgb(241,103,95); }
td.TdClassName
{
border-color: #F1675F;
}
.TagClassName
{
border-color: #F1675F;
}
</style>