Shades of Bittersweet #F4705C
Tints of Bittersweet #F4705C
RGB
CMYK
RGB Variations
Color information
#F4705C (or 0xF4705C) is known color: Bittersweet. HEX triplet: F4, 70 and 5C. RGB value is (244,112,92). Sum of RGB (Red+Green+Blue) = 244+112+92=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4705C is #0B8FA3. Grayscale: #959595. Windows color (decimal): -757668 or 6058228. OLE color: 6058228.
HSL color Cylindrical-coordinate representation of color #F4705C: hue angle of 7.89º 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 #F4705C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 92 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.04 |
| HSL | 7.89º | 0.87% | 0.66% | - |
| HSV(B) | 7.89º | 0.62% | 0.96% | - |
| XYZ | 45.03 | 31.59 | 13.85 | - |
| YUV | 149.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 92 | 0 | 0.54 | 0.62 | 0.04 | 7.89 | 0.87 | 0.66 |
| Hex | F4 | 70 | 5C | 0 | 36 | 3E | 4 | 8 | 57 | 42 |
| Octal | 364 | 160 | 134 | 0 | 66 | 76 | 4 | 10 | 127 | 102 |
| Binary | 11110100 | 1110000 | 1011100 | 0 | 110110 | 111110 | 100 | 1000 | 1010111 | 1000010 |
Color Harmonies of #F4705C
Complementary color
Monochromatic Colors of #F4705C
Black with #F4705C
Text Example
Text Example
White with #F4705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4705C; }
p { color: rgb(244,112,92); }
H1.HeaderClassName
{
color: #F4705C;
}
.AnyTagClassName
{
color: #F4705C;
}
</style>
background-color css
<style>
a { background-color: #F4705C; }
a { background-color: rgb(244,112,92); }
div.DivClassName
{
background-color: #F4705C;
}
.BgClassName
{
background-color: #F4705C;
}
</style>
border-color css
<style>
span { border-color: #F4705C; }
span { border-color: rgb(244,112,92); }
td.TdClassName
{
border-color: #F4705C;
}
.TagClassName
{
border-color: #F4705C;
}
</style>