Shades of Bittersweet #F4715D
Tints of Bittersweet #F4715D
RGB
CMYK
RGB Variations
Color information
#F4715D (or 0xF4715D) is known color: Bittersweet. HEX triplet: F4, 71 and 5D. RGB value is (244,113,93). Sum of RGB (Red+Green+Blue) = 244+113+93=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4715D is #0B8EA2. Grayscale: #969696. Windows color (decimal): -757411 or 6124020. OLE color: 6124020.
HSL color Cylindrical-coordinate representation of color #F4715D: hue angle of 7.95º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4715D is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 93 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.04 |
| HSL | 7.95º | 0.87% | 0.66% | - |
| HSV(B) | 7.95º | 0.62% | 0.96% | - |
| XYZ | 45.19 | 31.83 | 14.12 | - |
| YUV | 149.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 93 | 0 | 0.54 | 0.62 | 0.04 | 7.95 | 0.87 | 0.66 |
| Hex | F4 | 71 | 5D | 0 | 36 | 3E | 4 | 8 | 57 | 42 |
| Octal | 364 | 161 | 135 | 0 | 66 | 76 | 4 | 10 | 127 | 102 |
| Binary | 11110100 | 1110001 | 1011101 | 0 | 110110 | 111110 | 100 | 1000 | 1010111 | 1000010 |
Color Harmonies of #F4715D
Complementary color
Monochromatic Colors of #F4715D
Black with #F4715D
Text Example
Text Example
White with #F4715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4715D; }
p { color: rgb(244,113,93); }
H1.HeaderClassName
{
color: #F4715D;
}
.AnyTagClassName
{
color: #F4715D;
}
</style>
background-color css
<style>
a { background-color: #F4715D; }
a { background-color: rgb(244,113,93); }
div.DivClassName
{
background-color: #F4715D;
}
.BgClassName
{
background-color: #F4715D;
}
</style>
border-color css
<style>
span { border-color: #F4715D; }
span { border-color: rgb(244,113,93); }
td.TdClassName
{
border-color: #F4715D;
}
.TagClassName
{
border-color: #F4715D;
}
</style>