Shades of Bittersweet #F4665F
Tints of Bittersweet #F4665F
RGB
CMYK
RGB Variations
Color information
#F4665F (or 0xF4665F) is known color: Bittersweet. HEX triplet: F4, 66 and 5F. RGB value is (244,102,95). Sum of RGB (Red+Green+Blue) = 244+102+95=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4665F is #0B99A0. Grayscale: #8F8F8F. Windows color (decimal): -760225 or 6252276. OLE color: 6252276.
HSL color Cylindrical-coordinate representation of color #F4665F: hue angle of 2.82º 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 #F4665F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 95 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.04 |
| HSL | 2.82º | 0.87% | 0.66% | - |
| HSV(B) | 2.82º | 0.61% | 0.96% | - |
| XYZ | 44.13 | 29.56 | 14.21 | - |
| YUV | 143.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 95 | 0 | 0.58 | 0.61 | 0.04 | 2.82 | 0.87 | 0.66 |
| Hex | F4 | 66 | 5F | 0 | 3A | 3D | 4 | 3 | 57 | 42 |
| Octal | 364 | 146 | 137 | 0 | 72 | 75 | 4 | 3 | 127 | 102 |
| Binary | 11110100 | 1100110 | 1011111 | 0 | 111010 | 111101 | 100 | 11 | 1010111 | 1000010 |
Color Harmonies of #F4665F
Complementary color
Monochromatic Colors of #F4665F
Black with #F4665F
Text Example
Text Example
White with #F4665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4665F; }
p { color: rgb(244,102,95); }
H1.HeaderClassName
{
color: #F4665F;
}
.AnyTagClassName
{
color: #F4665F;
}
</style>
background-color css
<style>
a { background-color: #F4665F; }
a { background-color: rgb(244,102,95); }
div.DivClassName
{
background-color: #F4665F;
}
.BgClassName
{
background-color: #F4665F;
}
</style>
border-color css
<style>
span { border-color: #F4665F; }
span { border-color: rgb(244,102,95); }
td.TdClassName
{
border-color: #F4665F;
}
.TagClassName
{
border-color: #F4665F;
}
</style>