Shades of Bittersweet #F1675B
Tints of Bittersweet #F1675B
RGB
CMYK
RGB Variations
Color information
#F1675B (or 0xF1675B) is known color: Bittersweet. HEX triplet: F1, 67 and 5B. RGB value is (241,103,91). Sum of RGB (Red+Green+Blue) = 241+103+91=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1675B is #0E98A4. Grayscale: #8F8F8F. Windows color (decimal): -956581 or 5990385. OLE color: 5990385.
HSL color Cylindrical-coordinate representation of color #F1675B: hue angle of 4.8º 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 #F1675B is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 91 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.05 |
| HSL | 4.8º | 0.84% | 0.65% | - |
| HSV(B) | 4.8º | 0.62% | 0.95% | - |
| XYZ | 43.01 | 29.16 | 13.26 | - |
| YUV | 142.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 91 | 0 | 0.57 | 0.62 | 0.05 | 4.8 | 0.84 | 0.65 |
| Hex | F1 | 67 | 5B | 0 | 39 | 3E | 5 | 5 | 54 | 41 |
| Octal | 361 | 147 | 133 | 0 | 71 | 76 | 5 | 5 | 124 | 101 |
| Binary | 11110001 | 1100111 | 1011011 | 0 | 111001 | 111110 | 101 | 101 | 1010100 | 1000001 |
Color Harmonies of #F1675B
Complementary color
Monochromatic Colors of #F1675B
Black with #F1675B
Text Example
Text Example
White with #F1675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1675B; }
p { color: rgb(241,103,91); }
H1.HeaderClassName
{
color: #F1675B;
}
.AnyTagClassName
{
color: #F1675B;
}
</style>
background-color css
<style>
a { background-color: #F1675B; }
a { background-color: rgb(241,103,91); }
div.DivClassName
{
background-color: #F1675B;
}
.BgClassName
{
background-color: #F1675B;
}
</style>
border-color css
<style>
span { border-color: #F1675B; }
span { border-color: rgb(241,103,91); }
td.TdClassName
{
border-color: #F1675B;
}
.TagClassName
{
border-color: #F1675B;
}
</style>