Shades of Bittersweet #F4765C
Tints of Bittersweet #F4765C
RGB
CMYK
RGB Variations
Color information
#F4765C (or 0xF4765C) is known color: Bittersweet. HEX triplet: F4, 76 and 5C. RGB value is (244,118,92). Sum of RGB (Red+Green+Blue) = 244+118+92=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4765C is #0B89A3. Grayscale: #989898. Windows color (decimal): -756132 or 6059764. OLE color: 6059764.
HSL color Cylindrical-coordinate representation of color #F4765C: hue angle of 10.26º 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 #F4765C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 92 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.04 |
| HSL | 10.26º | 0.87% | 0.66% | - |
| HSV(B) | 10.26º | 0.62% | 0.96% | - |
| XYZ | 45.72 | 32.96 | 14.08 | - |
| YUV | 152.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 92 | 0 | 0.52 | 0.62 | 0.04 | 10.26 | 0.87 | 0.66 |
| Hex | F4 | 76 | 5C | 0 | 34 | 3E | 4 | A | 57 | 42 |
| Octal | 364 | 166 | 134 | 0 | 64 | 76 | 4 | 12 | 127 | 102 |
| Binary | 11110100 | 1110110 | 1011100 | 0 | 110100 | 111110 | 100 | 1010 | 1010111 | 1000010 |
Color Harmonies of #F4765C
Complementary color
Monochromatic Colors of #F4765C
Black with #F4765C
Text Example
Text Example
White with #F4765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4765C; }
p { color: rgb(244,118,92); }
H1.HeaderClassName
{
color: #F4765C;
}
.AnyTagClassName
{
color: #F4765C;
}
</style>
background-color css
<style>
a { background-color: #F4765C; }
a { background-color: rgb(244,118,92); }
div.DivClassName
{
background-color: #F4765C;
}
.BgClassName
{
background-color: #F4765C;
}
</style>
border-color css
<style>
span { border-color: #F4765C; }
span { border-color: rgb(244,118,92); }
td.TdClassName
{
border-color: #F4765C;
}
.TagClassName
{
border-color: #F4765C;
}
</style>