Shades of Bittersweet #F4755D
Tints of Bittersweet #F4755D
RGB
CMYK
RGB Variations
Color information
#F4755D (or 0xF4755D) is known color: Bittersweet. HEX triplet: F4, 75 and 5D. RGB value is (244,117,93). Sum of RGB (Red+Green+Blue) = 244+117+93=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4755D is #0B8AA2. Grayscale: #989898. Windows color (decimal): -756387 or 6125044. OLE color: 6125044.
HSL color Cylindrical-coordinate representation of color #F4755D: hue angle of 9.54º 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 #F4755D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 93 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.04 |
| HSL | 9.54º | 0.87% | 0.66% | - |
| HSV(B) | 9.54º | 0.62% | 0.96% | - |
| XYZ | 45.65 | 32.75 | 14.27 | - |
| YUV | 152.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 93 | 0 | 0.52 | 0.62 | 0.04 | 9.54 | 0.87 | 0.66 |
| Hex | F4 | 75 | 5D | 0 | 34 | 3E | 4 | A | 57 | 42 |
| Octal | 364 | 165 | 135 | 0 | 64 | 76 | 4 | 12 | 127 | 102 |
| Binary | 11110100 | 1110101 | 1011101 | 0 | 110100 | 111110 | 100 | 1010 | 1010111 | 1000010 |
Color Harmonies of #F4755D
Complementary color
Monochromatic Colors of #F4755D
Black with #F4755D
Text Example
Text Example
White with #F4755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4755D; }
p { color: rgb(244,117,93); }
H1.HeaderClassName
{
color: #F4755D;
}
.AnyTagClassName
{
color: #F4755D;
}
</style>
background-color css
<style>
a { background-color: #F4755D; }
a { background-color: rgb(244,117,93); }
div.DivClassName
{
background-color: #F4755D;
}
.BgClassName
{
background-color: #F4755D;
}
</style>
border-color css
<style>
span { border-color: #F4755D; }
span { border-color: rgb(244,117,93); }
td.TdClassName
{
border-color: #F4755D;
}
.TagClassName
{
border-color: #F4755D;
}
</style>