Shades of Bittersweet #F1755D
Tints of Bittersweet #F1755D
RGB
CMYK
RGB Variations
Color information
#F1755D (or 0xF1755D) is known color: Bittersweet. HEX triplet: F1, 75 and 5D. RGB value is (241,117,93). Sum of RGB (Red+Green+Blue) = 241+117+93=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1755D is #0E8AA2. Grayscale: #979797. Windows color (decimal): -952995 or 6125041. OLE color: 6125041.
HSL color Cylindrical-coordinate representation of color #F1755D: hue angle of 9.73º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1755D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 93 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.05 |
| HSL | 9.73º | 0.84% | 0.65% | - |
| HSV(B) | 9.73º | 0.61% | 0.95% | - |
| XYZ | 44.61 | 32.21 | 14.22 | - |
| YUV | 151.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 93 | 0 | 0.51 | 0.61 | 0.05 | 9.73 | 0.84 | 0.65 |
| Hex | F1 | 75 | 5D | 0 | 33 | 3D | 5 | A | 54 | 41 |
| Octal | 361 | 165 | 135 | 0 | 63 | 75 | 5 | 12 | 124 | 101 |
| Binary | 11110001 | 1110101 | 1011101 | 0 | 110011 | 111101 | 101 | 1010 | 1010100 | 1000001 |
Color Harmonies of #F1755D
Complementary color
Monochromatic Colors of #F1755D
Black with #F1755D
Text Example
Text Example
White with #F1755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1755D; }
p { color: rgb(241,117,93); }
H1.HeaderClassName
{
color: #F1755D;
}
.AnyTagClassName
{
color: #F1755D;
}
</style>
background-color css
<style>
a { background-color: #F1755D; }
a { background-color: rgb(241,117,93); }
div.DivClassName
{
background-color: #F1755D;
}
.BgClassName
{
background-color: #F1755D;
}
</style>
border-color css
<style>
span { border-color: #F1755D; }
span { border-color: rgb(241,117,93); }
td.TdClassName
{
border-color: #F1755D;
}
.TagClassName
{
border-color: #F1755D;
}
</style>