Shades of Bittersweet #F1705B
Tints of Bittersweet #F1705B
RGB
CMYK
RGB Variations
Color information
#F1705B (or 0xF1705B) is known color: Bittersweet. HEX triplet: F1, 70 and 5B. RGB value is (241,112,91). Sum of RGB (Red+Green+Blue) = 241+112+91=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1705B is #0E8FA4. Grayscale: #949494. Windows color (decimal): -954277 or 5992689. OLE color: 5992689.
HSL color Cylindrical-coordinate representation of color #F1705B: hue angle of 8.4º 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 #F1705B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 91 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.05 |
| HSL | 8.4º | 0.84% | 0.65% | - |
| HSV(B) | 8.4º | 0.62% | 0.95% | - |
| XYZ | 43.96 | 31.04 | 13.57 | - |
| YUV | 148.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 91 | 0 | 0.54 | 0.62 | 0.05 | 8.4 | 0.84 | 0.65 |
| Hex | F1 | 70 | 5B | 0 | 36 | 3E | 5 | 8 | 54 | 41 |
| Octal | 361 | 160 | 133 | 0 | 66 | 76 | 5 | 10 | 124 | 101 |
| Binary | 11110001 | 1110000 | 1011011 | 0 | 110110 | 111110 | 101 | 1000 | 1010100 | 1000001 |
Color Harmonies of #F1705B
Complementary color
Monochromatic Colors of #F1705B
Black with #F1705B
Text Example
Text Example
White with #F1705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1705B; }
p { color: rgb(241,112,91); }
H1.HeaderClassName
{
color: #F1705B;
}
.AnyTagClassName
{
color: #F1705B;
}
</style>
background-color css
<style>
a { background-color: #F1705B; }
a { background-color: rgb(241,112,91); }
div.DivClassName
{
background-color: #F1705B;
}
.BgClassName
{
background-color: #F1705B;
}
</style>
border-color css
<style>
span { border-color: #F1705B; }
span { border-color: rgb(241,112,91); }
td.TdClassName
{
border-color: #F1705B;
}
.TagClassName
{
border-color: #F1705B;
}
</style>