Shades of Bittersweet #F3755E
Tints of Bittersweet #F3755E
RGB
CMYK
RGB Variations
Color information
#F3755E (or 0xF3755E) is known color: Bittersweet. HEX triplet: F3, 75 and 5E. RGB value is (243,117,94). Sum of RGB (Red+Green+Blue) = 243+117+94=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3755E is #0C8AA1. Grayscale: #989898. Windows color (decimal): -821922 or 6190579. OLE color: 6190579.
HSL color Cylindrical-coordinate representation of color #F3755E: hue angle of 9.26º degrees, saturation: 0.86, 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 #F3755E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 94 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.05 |
| HSL | 9.26º | 0.86% | 0.66% | - |
| HSV(B) | 9.26º | 0.61% | 0.95% | - |
| XYZ | 45.34 | 32.59 | 14.49 | - |
| YUV | 152.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 94 | 0 | 0.52 | 0.61 | 0.05 | 9.26 | 0.86 | 0.66 |
| Hex | F3 | 75 | 5E | 0 | 34 | 3D | 5 | 9 | 56 | 42 |
| Octal | 363 | 165 | 136 | 0 | 64 | 75 | 5 | 11 | 126 | 102 |
| Binary | 11110011 | 1110101 | 1011110 | 0 | 110100 | 111101 | 101 | 1001 | 1010110 | 1000010 |
Color Harmonies of #F3755E
Complementary color
Monochromatic Colors of #F3755E
Black with #F3755E
Text Example
Text Example
White with #F3755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3755E; }
p { color: rgb(243,117,94); }
H1.HeaderClassName
{
color: #F3755E;
}
.AnyTagClassName
{
color: #F3755E;
}
</style>
background-color css
<style>
a { background-color: #F3755E; }
a { background-color: rgb(243,117,94); }
div.DivClassName
{
background-color: #F3755E;
}
.BgClassName
{
background-color: #F3755E;
}
</style>
border-color css
<style>
span { border-color: #F3755E; }
span { border-color: rgb(243,117,94); }
td.TdClassName
{
border-color: #F3755E;
}
.TagClassName
{
border-color: #F3755E;
}
</style>