Shades of Bittersweet #F75E59
Tints of Bittersweet #F75E59
RGB
CMYK
RGB Variations
Color information
#F75E59 (or 0xF75E59) is known color: Bittersweet. HEX triplet: F7, 5E and 59. RGB value is (247,94,89). Sum of RGB (Red+Green+Blue) = 247+94+89=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E59 is #08A1A6. Grayscale: #8B8B8B. Windows color (decimal): -565671 or 5857015. OLE color: 5857015.
HSL color Cylindrical-coordinate representation of color #F75E59: hue angle of 1.9º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75E59 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 89 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.03 |
| HSL | 1.9º | 0.91% | 0.66% | - |
| HSV(B) | 1.9º | 0.64% | 0.97% | - |
| XYZ | 44.16 | 28.5 | 12.62 | - |
| YUV | 139.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 89 | 0 | 0.62 | 0.64 | 0.03 | 1.9 | 0.91 | 0.66 |
| Hex | F7 | 5E | 59 | 0 | 3E | 40 | 3 | 2 | 5B | 42 |
| Octal | 367 | 136 | 131 | 0 | 76 | 100 | 3 | 2 | 133 | 102 |
| Binary | 11110111 | 1011110 | 1011001 | 0 | 111110 | 1000000 | 11 | 10 | 1011011 | 1000010 |
Color Harmonies of #F75E59
Complementary color
Monochromatic Colors of #F75E59
Black with #F75E59
Text Example
Text Example
White with #F75E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75E59; }
p { color: rgb(247,94,89); }
H1.HeaderClassName
{
color: #F75E59;
}
.AnyTagClassName
{
color: #F75E59;
}
</style>
background-color css
<style>
a { background-color: #F75E59; }
a { background-color: rgb(247,94,89); }
div.DivClassName
{
background-color: #F75E59;
}
.BgClassName
{
background-color: #F75E59;
}
</style>
border-color css
<style>
span { border-color: #F75E59; }
span { border-color: rgb(247,94,89); }
td.TdClassName
{
border-color: #F75E59;
}
.TagClassName
{
border-color: #F75E59;
}
</style>