Shades of Bittersweet #F3735A
Tints of Bittersweet #F3735A
RGB
CMYK
RGB Variations
Color information
#F3735A (or 0xF3735A) is known color: Bittersweet. HEX triplet: F3, 73 and 5A. RGB value is (243,115,90). Sum of RGB (Red+Green+Blue) = 243+115+90=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3735A is #0C8CA5. Grayscale: #969696. Windows color (decimal): -822438 or 5927923. OLE color: 5927923.
HSL color Cylindrical-coordinate representation of color #F3735A: hue angle of 9.8º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3735A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 90 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.05 |
| HSL | 9.8º | 0.86% | 0.65% | - |
| HSV(B) | 9.8º | 0.63% | 0.95% | - |
| XYZ | 44.94 | 32.05 | 13.49 | - |
| YUV | 150.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 90 | 0 | 0.53 | 0.63 | 0.05 | 9.8 | 0.86 | 0.65 |
| Hex | F3 | 73 | 5A | 0 | 35 | 3F | 5 | A | 56 | 41 |
| Octal | 363 | 163 | 132 | 0 | 65 | 77 | 5 | 12 | 126 | 101 |
| Binary | 11110011 | 1110011 | 1011010 | 0 | 110101 | 111111 | 101 | 1010 | 1010110 | 1000001 |
Color Harmonies of #F3735A
Complementary color
Monochromatic Colors of #F3735A
Black with #F3735A
Text Example
Text Example
White with #F3735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3735A; }
p { color: rgb(243,115,90); }
H1.HeaderClassName
{
color: #F3735A;
}
.AnyTagClassName
{
color: #F3735A;
}
</style>
background-color css
<style>
a { background-color: #F3735A; }
a { background-color: rgb(243,115,90); }
div.DivClassName
{
background-color: #F3735A;
}
.BgClassName
{
background-color: #F3735A;
}
</style>
border-color css
<style>
span { border-color: #F3735A; }
span { border-color: rgb(243,115,90); }
td.TdClassName
{
border-color: #F3735A;
}
.TagClassName
{
border-color: #F3735A;
}
</style>