Shades of Bittersweet #F1645C
Tints of Bittersweet #F1645C
RGB
CMYK
RGB Variations
Color information
#F1645C (or 0xF1645C) is known color: Bittersweet. HEX triplet: F1, 64 and 5C. RGB value is (241,100,92). Sum of RGB (Red+Green+Blue) = 241+100+92=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1645C is #0E9BA3. Grayscale: #8D8D8D. Windows color (decimal): -957348 or 6055153. OLE color: 6055153.
HSL color Cylindrical-coordinate representation of color #F1645C: hue angle of 3.22º 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 #F1645C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 92 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.05 |
| HSL | 3.22º | 0.84% | 0.65% | - |
| HSV(B) | 3.22º | 0.62% | 0.95% | - |
| XYZ | 42.76 | 28.59 | 13.39 | - |
| YUV | 141.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 92 | 0 | 0.59 | 0.62 | 0.05 | 3.22 | 0.84 | 0.65 |
| Hex | F1 | 64 | 5C | 0 | 3B | 3E | 5 | 3 | 54 | 41 |
| Octal | 361 | 144 | 134 | 0 | 73 | 76 | 5 | 3 | 124 | 101 |
| Binary | 11110001 | 1100100 | 1011100 | 0 | 111011 | 111110 | 101 | 11 | 1010100 | 1000001 |
Color Harmonies of #F1645C
Complementary color
Monochromatic Colors of #F1645C
Black with #F1645C
Text Example
Text Example
White with #F1645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1645C; }
p { color: rgb(241,100,92); }
H1.HeaderClassName
{
color: #F1645C;
}
.AnyTagClassName
{
color: #F1645C;
}
</style>
background-color css
<style>
a { background-color: #F1645C; }
a { background-color: rgb(241,100,92); }
div.DivClassName
{
background-color: #F1645C;
}
.BgClassName
{
background-color: #F1645C;
}
</style>
border-color css
<style>
span { border-color: #F1645C; }
span { border-color: rgb(241,100,92); }
td.TdClassName
{
border-color: #F1645C;
}
.TagClassName
{
border-color: #F1645C;
}
</style>