Shades of Bittersweet #F3695D
Tints of Bittersweet #F3695D
RGB
CMYK
RGB Variations
Color information
#F3695D (or 0xF3695D) is known color: Bittersweet. HEX triplet: F3, 69 and 5D. RGB value is (243,105,93). Sum of RGB (Red+Green+Blue) = 243+105+93=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F3695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3695D is #0C96A2. Grayscale: #919191. Windows color (decimal): -824995 or 6121971. OLE color: 6121971.
HSL color Cylindrical-coordinate representation of color #F3695D: hue angle of 4.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3695D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 93 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.05 |
| HSL | 4.8º | 0.86% | 0.66% | - |
| HSV(B) | 4.8º | 0.62% | 0.95% | - |
| XYZ | 43.99 | 29.95 | 13.82 | - |
| YUV | 144.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 93 | 0 | 0.57 | 0.62 | 0.05 | 4.8 | 0.86 | 0.66 |
| Hex | F3 | 69 | 5D | 0 | 39 | 3E | 5 | 5 | 56 | 42 |
| Octal | 363 | 151 | 135 | 0 | 71 | 76 | 5 | 5 | 126 | 102 |
| Binary | 11110011 | 1101001 | 1011101 | 0 | 111001 | 111110 | 101 | 101 | 1010110 | 1000010 |
Color Harmonies of #F3695D
Complementary color
Monochromatic Colors of #F3695D
Black with #F3695D
Text Example
Text Example
White with #F3695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3695D; }
p { color: rgb(243,105,93); }
H1.HeaderClassName
{
color: #F3695D;
}
.AnyTagClassName
{
color: #F3695D;
}
</style>
background-color css
<style>
a { background-color: #F3695D; }
a { background-color: rgb(243,105,93); }
div.DivClassName
{
background-color: #F3695D;
}
.BgClassName
{
background-color: #F3695D;
}
</style>
border-color css
<style>
span { border-color: #F3695D; }
span { border-color: rgb(243,105,93); }
td.TdClassName
{
border-color: #F3695D;
}
.TagClassName
{
border-color: #F3695D;
}
</style>