Shades of Bittersweet #F4655C
Tints of Bittersweet #F4655C
RGB
CMYK
RGB Variations
Color information
#F4655C (or 0xF4655C) is known color: Bittersweet. HEX triplet: F4, 65 and 5C. RGB value is (244,101,92). Sum of RGB (Red+Green+Blue) = 244+101+92=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4655C is #0B9AA3. Grayscale: #8E8E8E. Windows color (decimal): -760484 or 6055412. OLE color: 6055412.
HSL color Cylindrical-coordinate representation of color #F4655C: hue angle of 3.55º 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 #F4655C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 92 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.04 |
| HSL | 3.55º | 0.87% | 0.66% | - |
| HSV(B) | 3.55º | 0.62% | 0.96% | - |
| XYZ | 43.89 | 29.31 | 13.47 | - |
| YUV | 142.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 92 | 0 | 0.59 | 0.62 | 0.04 | 3.55 | 0.87 | 0.66 |
| Hex | F4 | 65 | 5C | 0 | 3B | 3E | 4 | 4 | 57 | 42 |
| Octal | 364 | 145 | 134 | 0 | 73 | 76 | 4 | 4 | 127 | 102 |
| Binary | 11110100 | 1100101 | 1011100 | 0 | 111011 | 111110 | 100 | 100 | 1010111 | 1000010 |
Color Harmonies of #F4655C
Complementary color
Monochromatic Colors of #F4655C
Black with #F4655C
Text Example
Text Example
White with #F4655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4655C; }
p { color: rgb(244,101,92); }
H1.HeaderClassName
{
color: #F4655C;
}
.AnyTagClassName
{
color: #F4655C;
}
</style>
background-color css
<style>
a { background-color: #F4655C; }
a { background-color: rgb(244,101,92); }
div.DivClassName
{
background-color: #F4655C;
}
.BgClassName
{
background-color: #F4655C;
}
</style>
border-color css
<style>
span { border-color: #F4655C; }
span { border-color: rgb(244,101,92); }
td.TdClassName
{
border-color: #F4655C;
}
.TagClassName
{
border-color: #F4655C;
}
</style>