Shades of Bittersweet #F3755C
Tints of Bittersweet #F3755C
RGB
CMYK
RGB Variations
Color information
#F3755C (or 0xF3755C) is known color: Bittersweet. HEX triplet: F3, 75 and 5C. RGB value is (243,117,92). Sum of RGB (Red+Green+Blue) = 243+117+92=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3755C is #0C8AA3. Grayscale: #989898. Windows color (decimal): -821924 or 6059507. OLE color: 6059507.
HSL color Cylindrical-coordinate representation of color #F3755C: hue angle of 9.93º 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 #F3755C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 92 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.05 |
| HSL | 9.93º | 0.86% | 0.66% | - |
| HSV(B) | 9.93º | 0.62% | 0.95% | - |
| XYZ | 45.26 | 32.55 | 14.02 | - |
| YUV | 151.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 92 | 0 | 0.52 | 0.62 | 0.05 | 9.93 | 0.86 | 0.66 |
| Hex | F3 | 75 | 5C | 0 | 34 | 3E | 5 | A | 56 | 42 |
| Octal | 363 | 165 | 134 | 0 | 64 | 76 | 5 | 12 | 126 | 102 |
| Binary | 11110011 | 1110101 | 1011100 | 0 | 110100 | 111110 | 101 | 1010 | 1010110 | 1000010 |
Color Harmonies of #F3755C
Complementary color
Monochromatic Colors of #F3755C
Black with #F3755C
Text Example
Text Example
White with #F3755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3755C; }
p { color: rgb(243,117,92); }
H1.HeaderClassName
{
color: #F3755C;
}
.AnyTagClassName
{
color: #F3755C;
}
</style>
background-color css
<style>
a { background-color: #F3755C; }
a { background-color: rgb(243,117,92); }
div.DivClassName
{
background-color: #F3755C;
}
.BgClassName
{
background-color: #F3755C;
}
</style>
border-color css
<style>
span { border-color: #F3755C; }
span { border-color: rgb(243,117,92); }
td.TdClassName
{
border-color: #F3755C;
}
.TagClassName
{
border-color: #F3755C;
}
</style>