Shades of Bittersweet #F1705F
Tints of Bittersweet #F1705F
RGB
CMYK
RGB Variations
Color information
#F1705F (or 0xF1705F) is known color: Bittersweet. HEX triplet: F1, 70 and 5F. RGB value is (241,112,95). Sum of RGB (Red+Green+Blue) = 241+112+95=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1705F is #0E8FA0. Grayscale: #949494. Windows color (decimal): -954273 or 6254833. OLE color: 6254833.
HSL color Cylindrical-coordinate representation of color #F1705F: hue angle of 6.99º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1705F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 95 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.05 |
| HSL | 6.99º | 0.84% | 0.66% | - |
| HSV(B) | 6.99º | 0.61% | 0.95% | - |
| XYZ | 44.14 | 31.12 | 14.51 | - |
| YUV | 148.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 95 | 0 | 0.54 | 0.61 | 0.05 | 6.99 | 0.84 | 0.66 |
| Hex | F1 | 70 | 5F | 0 | 36 | 3D | 5 | 7 | 54 | 42 |
| Octal | 361 | 160 | 137 | 0 | 66 | 75 | 5 | 7 | 124 | 102 |
| Binary | 11110001 | 1110000 | 1011111 | 0 | 110110 | 111101 | 101 | 111 | 1010100 | 1000010 |
Color Harmonies of #F1705F
Complementary color
Monochromatic Colors of #F1705F
Black with #F1705F
Text Example
Text Example
White with #F1705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1705F; }
p { color: rgb(241,112,95); }
H1.HeaderClassName
{
color: #F1705F;
}
.AnyTagClassName
{
color: #F1705F;
}
</style>
background-color css
<style>
a { background-color: #F1705F; }
a { background-color: rgb(241,112,95); }
div.DivClassName
{
background-color: #F1705F;
}
.BgClassName
{
background-color: #F1705F;
}
</style>
border-color css
<style>
span { border-color: #F1705F; }
span { border-color: rgb(241,112,95); }
td.TdClassName
{
border-color: #F1705F;
}
.TagClassName
{
border-color: #F1705F;
}
</style>