Shades of Bittersweet #F3715A
Tints of Bittersweet #F3715A
RGB
CMYK
RGB Variations
Color information
#F3715A (or 0xF3715A) is known color: Bittersweet. HEX triplet: F3, 71 and 5A. RGB value is (243,113,90). Sum of RGB (Red+Green+Blue) = 243+113+90=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F3715A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3715A is #0C8EA5. Grayscale: #959595. Windows color (decimal): -822950 or 5927411. OLE color: 5927411.
HSL color Cylindrical-coordinate representation of color #F3715A: hue angle of 9.02º 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 #F3715A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 90 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.05 |
| HSL | 9.02º | 0.86% | 0.65% | - |
| HSV(B) | 9.02º | 0.63% | 0.95% | - |
| XYZ | 44.71 | 31.6 | 13.42 | - |
| YUV | 149.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 90 | 0 | 0.53 | 0.63 | 0.05 | 9.02 | 0.86 | 0.65 |
| Hex | F3 | 71 | 5A | 0 | 35 | 3F | 5 | 9 | 56 | 41 |
| Octal | 363 | 161 | 132 | 0 | 65 | 77 | 5 | 11 | 126 | 101 |
| Binary | 11110011 | 1110001 | 1011010 | 0 | 110101 | 111111 | 101 | 1001 | 1010110 | 1000001 |
Color Harmonies of #F3715A
Complementary color
Monochromatic Colors of #F3715A
Black with #F3715A
Text Example
Text Example
White with #F3715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3715A; }
p { color: rgb(243,113,90); }
H1.HeaderClassName
{
color: #F3715A;
}
.AnyTagClassName
{
color: #F3715A;
}
</style>
background-color css
<style>
a { background-color: #F3715A; }
a { background-color: rgb(243,113,90); }
div.DivClassName
{
background-color: #F3715A;
}
.BgClassName
{
background-color: #F3715A;
}
</style>
border-color css
<style>
span { border-color: #F3715A; }
span { border-color: rgb(243,113,90); }
td.TdClassName
{
border-color: #F3715A;
}
.TagClassName
{
border-color: #F3715A;
}
</style>