Shades of Bittersweet #F3745C
Tints of Bittersweet #F3745C
RGB
CMYK
RGB Variations
Color information
#F3745C (or 0xF3745C) is known color: Bittersweet. HEX triplet: F3, 74 and 5C. RGB value is (243,116,92). Sum of RGB (Red+Green+Blue) = 243+116+92=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3745C is #0C8BA3. Grayscale: #979797. Windows color (decimal): -822180 or 6059251. OLE color: 6059251.
HSL color Cylindrical-coordinate representation of color #F3745C: hue angle of 9.54º 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 #F3745C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 92 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.05 |
| HSL | 9.54º | 0.86% | 0.66% | - |
| HSV(B) | 9.54º | 0.62% | 0.95% | - |
| XYZ | 45.14 | 32.32 | 13.98 | - |
| YUV | 151.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 92 | 0 | 0.52 | 0.62 | 0.05 | 9.54 | 0.86 | 0.66 |
| Hex | F3 | 74 | 5C | 0 | 34 | 3E | 5 | A | 56 | 42 |
| Octal | 363 | 164 | 134 | 0 | 64 | 76 | 5 | 12 | 126 | 102 |
| Binary | 11110011 | 1110100 | 1011100 | 0 | 110100 | 111110 | 101 | 1010 | 1010110 | 1000010 |
Color Harmonies of #F3745C
Complementary color
Monochromatic Colors of #F3745C
Black with #F3745C
Text Example
Text Example
White with #F3745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3745C; }
p { color: rgb(243,116,92); }
H1.HeaderClassName
{
color: #F3745C;
}
.AnyTagClassName
{
color: #F3745C;
}
</style>
background-color css
<style>
a { background-color: #F3745C; }
a { background-color: rgb(243,116,92); }
div.DivClassName
{
background-color: #F3745C;
}
.BgClassName
{
background-color: #F3745C;
}
</style>
border-color css
<style>
span { border-color: #F3745C; }
span { border-color: rgb(243,116,92); }
td.TdClassName
{
border-color: #F3745C;
}
.TagClassName
{
border-color: #F3745C;
}
</style>