Shades of Bittersweet #F75959
Tints of Bittersweet #F75959
RGB
CMYK
RGB Variations
Color information
#F75959 (or 0xF75959) is known color: Bittersweet. HEX triplet: F7, 59 and 59. RGB value is (247,89,89). Sum of RGB (Red+Green+Blue) = 247+89+89=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F75959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75959 is #08A6A6. Grayscale: #888888. Windows color (decimal): -566951 or 5855735. OLE color: 5855735.
HSL color Cylindrical-coordinate representation of color #F75959: hue angle of 0º 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 #F75959 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 89 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.03 |
| HSL | 0º | 0.91% | 0.66% | - |
| HSV(B) | 0º | 0.64% | 0.97% | - |
| XYZ | 43.73 | 27.64 | 12.48 | - |
| YUV | 136.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 89 | 0 | 0.64 | 0.64 | 0.03 | 0 | 0.91 | 0.66 |
| Hex | F7 | 59 | 59 | 0 | 40 | 40 | 3 | 0 | 5B | 42 |
| Octal | 367 | 131 | 131 | 0 | 100 | 100 | 3 | 0 | 133 | 102 |
| Binary | 11110111 | 1011001 | 1011001 | 0 | 1000000 | 1000000 | 11 | 0 | 1011011 | 1000010 |
Color Harmonies of #F75959
Complementary color
Monochromatic Colors of #F75959
Black with #F75959
Text Example
Text Example
White with #F75959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75959; }
p { color: rgb(247,89,89); }
H1.HeaderClassName
{
color: #F75959;
}
.AnyTagClassName
{
color: #F75959;
}
</style>
background-color css
<style>
a { background-color: #F75959; }
a { background-color: rgb(247,89,89); }
div.DivClassName
{
background-color: #F75959;
}
.BgClassName
{
background-color: #F75959;
}
</style>
border-color css
<style>
span { border-color: #F75959; }
span { border-color: rgb(247,89,89); }
td.TdClassName
{
border-color: #F75959;
}
.TagClassName
{
border-color: #F75959;
}
</style>