Shades of Bittersweet #F1735C
Tints of Bittersweet #F1735C
RGB
CMYK
RGB Variations
Color information
#F1735C (or 0xF1735C) is known color: Bittersweet. HEX triplet: F1, 73 and 5C. RGB value is (241,115,92). Sum of RGB (Red+Green+Blue) = 241+115+92=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1735C is #0E8CA3. Grayscale: #969696. Windows color (decimal): -953508 or 6058993. OLE color: 6058993.
HSL color Cylindrical-coordinate representation of color #F1735C: hue angle of 9.26º 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 #F1735C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 92 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.05 |
| HSL | 9.26º | 0.84% | 0.65% | - |
| HSV(B) | 9.26º | 0.62% | 0.95% | - |
| XYZ | 44.34 | 31.73 | 13.91 | - |
| YUV | 150.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 92 | 0 | 0.52 | 0.62 | 0.05 | 9.26 | 0.84 | 0.65 |
| Hex | F1 | 73 | 5C | 0 | 34 | 3E | 5 | 9 | 54 | 41 |
| Octal | 361 | 163 | 134 | 0 | 64 | 76 | 5 | 11 | 124 | 101 |
| Binary | 11110001 | 1110011 | 1011100 | 0 | 110100 | 111110 | 101 | 1001 | 1010100 | 1000001 |
Color Harmonies of #F1735C
Complementary color
Monochromatic Colors of #F1735C
Black with #F1735C
Text Example
Text Example
White with #F1735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1735C; }
p { color: rgb(241,115,92); }
H1.HeaderClassName
{
color: #F1735C;
}
.AnyTagClassName
{
color: #F1735C;
}
</style>
background-color css
<style>
a { background-color: #F1735C; }
a { background-color: rgb(241,115,92); }
div.DivClassName
{
background-color: #F1735C;
}
.BgClassName
{
background-color: #F1735C;
}
</style>
border-color css
<style>
span { border-color: #F1735C; }
span { border-color: rgb(241,115,92); }
td.TdClassName
{
border-color: #F1735C;
}
.TagClassName
{
border-color: #F1735C;
}
</style>