Shades of Bittersweet #F4655F
Tints of Bittersweet #F4655F
RGB
CMYK
RGB Variations
Color information
#F4655F (or 0xF4655F) is known color: Bittersweet. HEX triplet: F4, 65 and 5F. RGB value is (244,101,95). Sum of RGB (Red+Green+Blue) = 244+101+95=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4655F is #0B9AA0. Grayscale: #8F8F8F. Windows color (decimal): -760481 or 6252020. OLE color: 6252020.
HSL color Cylindrical-coordinate representation of color #F4655F: hue angle of 2.42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4655F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 95 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.04 |
| HSL | 2.42º | 0.87% | 0.66% | - |
| HSV(B) | 2.42º | 0.61% | 0.96% | - |
| XYZ | 44.03 | 29.37 | 14.17 | - |
| YUV | 143.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 95 | 0 | 0.59 | 0.61 | 0.04 | 2.42 | 0.87 | 0.66 |
| Hex | F4 | 65 | 5F | 0 | 3B | 3D | 4 | 2 | 57 | 42 |
| Octal | 364 | 145 | 137 | 0 | 73 | 75 | 4 | 2 | 127 | 102 |
| Binary | 11110100 | 1100101 | 1011111 | 0 | 111011 | 111101 | 100 | 10 | 1010111 | 1000010 |
Color Harmonies of #F4655F
Complementary color
Monochromatic Colors of #F4655F
Black with #F4655F
Text Example
Text Example
White with #F4655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4655F; }
p { color: rgb(244,101,95); }
H1.HeaderClassName
{
color: #F4655F;
}
.AnyTagClassName
{
color: #F4655F;
}
</style>
background-color css
<style>
a { background-color: #F4655F; }
a { background-color: rgb(244,101,95); }
div.DivClassName
{
background-color: #F4655F;
}
.BgClassName
{
background-color: #F4655F;
}
</style>
border-color css
<style>
span { border-color: #F4655F; }
span { border-color: rgb(244,101,95); }
td.TdClassName
{
border-color: #F4655F;
}
.TagClassName
{
border-color: #F4655F;
}
</style>