Shades of Bittersweet #F3735D
Tints of Bittersweet #F3735D
RGB
CMYK
RGB Variations
Color information
#F3735D (or 0xF3735D) is known color: Bittersweet. HEX triplet: F3, 73 and 5D. RGB value is (243,115,93). Sum of RGB (Red+Green+Blue) = 243+115+93=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3735D is #0C8CA2. Grayscale: #969696. Windows color (decimal): -822435 or 6124531. OLE color: 6124531.
HSL color Cylindrical-coordinate representation of color #F3735D: hue angle of 8.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 #F3735D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 93 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.05 |
| HSL | 8.8º | 0.86% | 0.66% | - |
| HSV(B) | 8.8º | 0.62% | 0.95% | - |
| XYZ | 45.07 | 32.11 | 14.18 | - |
| YUV | 150.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 93 | 0 | 0.53 | 0.62 | 0.05 | 8.8 | 0.86 | 0.66 |
| Hex | F3 | 73 | 5D | 0 | 35 | 3E | 5 | 9 | 56 | 42 |
| Octal | 363 | 163 | 135 | 0 | 65 | 76 | 5 | 11 | 126 | 102 |
| Binary | 11110011 | 1110011 | 1011101 | 0 | 110101 | 111110 | 101 | 1001 | 1010110 | 1000010 |
Color Harmonies of #F3735D
Complementary color
Monochromatic Colors of #F3735D
Black with #F3735D
Text Example
Text Example
White with #F3735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3735D; }
p { color: rgb(243,115,93); }
H1.HeaderClassName
{
color: #F3735D;
}
.AnyTagClassName
{
color: #F3735D;
}
</style>
background-color css
<style>
a { background-color: #F3735D; }
a { background-color: rgb(243,115,93); }
div.DivClassName
{
background-color: #F3735D;
}
.BgClassName
{
background-color: #F3735D;
}
</style>
border-color css
<style>
span { border-color: #F3735D; }
span { border-color: rgb(243,115,93); }
td.TdClassName
{
border-color: #F3735D;
}
.TagClassName
{
border-color: #F3735D;
}
</style>