Shades of Bittersweet #F3715C
Tints of Bittersweet #F3715C
RGB
CMYK
RGB Variations
Color information
#F3715C (or 0xF3715C) is known color: Bittersweet. HEX triplet: F3, 71 and 5C. RGB value is (243,113,92). Sum of RGB (Red+Green+Blue) = 243+113+92=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3715C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3715C is #0C8EA3. Grayscale: #959595. Windows color (decimal): -822948 or 6058483. OLE color: 6058483.
HSL color Cylindrical-coordinate representation of color #F3715C: hue angle of 8.34º 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 #F3715C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 92 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.05 |
| HSL | 8.34º | 0.86% | 0.66% | - |
| HSV(B) | 8.34º | 0.62% | 0.95% | - |
| XYZ | 44.8 | 31.64 | 13.87 | - |
| YUV | 149.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 92 | 0 | 0.53 | 0.62 | 0.05 | 8.34 | 0.86 | 0.66 |
| Hex | F3 | 71 | 5C | 0 | 35 | 3E | 5 | 8 | 56 | 42 |
| Octal | 363 | 161 | 134 | 0 | 65 | 76 | 5 | 10 | 126 | 102 |
| Binary | 11110011 | 1110001 | 1011100 | 0 | 110101 | 111110 | 101 | 1000 | 1010110 | 1000010 |
Color Harmonies of #F3715C
Complementary color
Monochromatic Colors of #F3715C
Black with #F3715C
Text Example
Text Example
White with #F3715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3715C; }
p { color: rgb(243,113,92); }
H1.HeaderClassName
{
color: #F3715C;
}
.AnyTagClassName
{
color: #F3715C;
}
</style>
background-color css
<style>
a { background-color: #F3715C; }
a { background-color: rgb(243,113,92); }
div.DivClassName
{
background-color: #F3715C;
}
.BgClassName
{
background-color: #F3715C;
}
</style>
border-color css
<style>
span { border-color: #F3715C; }
span { border-color: rgb(243,113,92); }
td.TdClassName
{
border-color: #F3715C;
}
.TagClassName
{
border-color: #F3715C;
}
</style>