Shades of Bittersweet #F4755B
Tints of Bittersweet #F4755B
RGB
CMYK
RGB Variations
Color information
#F4755B (or 0xF4755B) is known color: Bittersweet. HEX triplet: F4, 75 and 5B. RGB value is (244,117,91). Sum of RGB (Red+Green+Blue) = 244+117+91=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4755B is #0B8AA4. Grayscale: #989898. Windows color (decimal): -756389 or 5993972. OLE color: 5993972.
HSL color Cylindrical-coordinate representation of color #F4755B: hue angle of 10.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4755B is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 91 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.04 |
| HSL | 10.2º | 0.87% | 0.66% | - |
| HSV(B) | 10.2º | 0.63% | 0.96% | - |
| XYZ | 45.56 | 32.71 | 13.81 | - |
| YUV | 152.01 | 93.58 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 91 | 0 | 0.52 | 0.63 | 0.04 | 10.2 | 0.87 | 0.66 |
| Hex | F4 | 75 | 5B | 0 | 34 | 3F | 4 | A | 57 | 42 |
| Octal | 364 | 165 | 133 | 0 | 64 | 77 | 4 | 12 | 127 | 102 |
| Binary | 11110100 | 1110101 | 1011011 | 0 | 110100 | 111111 | 100 | 1010 | 1010111 | 1000010 |
Color Harmonies of #F4755B
Complementary color
Monochromatic Colors of #F4755B
Black with #F4755B
Text Example
Text Example
White with #F4755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4755B; }
p { color: rgb(244,117,91); }
H1.HeaderClassName
{
color: #F4755B;
}
.AnyTagClassName
{
color: #F4755B;
}
</style>
background-color css
<style>
a { background-color: #F4755B; }
a { background-color: rgb(244,117,91); }
div.DivClassName
{
background-color: #F4755B;
}
.BgClassName
{
background-color: #F4755B;
}
</style>
border-color css
<style>
span { border-color: #F4755B; }
span { border-color: rgb(244,117,91); }
td.TdClassName
{
border-color: #F4755B;
}
.TagClassName
{
border-color: #F4755B;
}
</style>