Shades of Bittersweet #F75D59
Tints of Bittersweet #F75D59
RGB
CMYK
RGB Variations
Color information
#F75D59 (or 0xF75D59) is known color: Bittersweet. HEX triplet: F7, 5D and 59. RGB value is (247,93,89). Sum of RGB (Red+Green+Blue) = 247+93+89=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D59 is #08A2A6. Grayscale: #8A8A8A. Windows color (decimal): -565927 or 5856759. OLE color: 5856759.
HSL color Cylindrical-coordinate representation of color #F75D59: hue angle of 1.52º 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 #F75D59 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 89 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.03 |
| HSL | 1.52º | 0.91% | 0.66% | - |
| HSV(B) | 1.52º | 0.64% | 0.97% | - |
| XYZ | 44.08 | 28.32 | 12.6 | - |
| YUV | 138.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 89 | 0 | 0.62 | 0.64 | 0.03 | 1.52 | 0.91 | 0.66 |
| Hex | F7 | 5D | 59 | 0 | 3E | 40 | 3 | 2 | 5B | 42 |
| Octal | 367 | 135 | 131 | 0 | 76 | 100 | 3 | 2 | 133 | 102 |
| Binary | 11110111 | 1011101 | 1011001 | 0 | 111110 | 1000000 | 11 | 10 | 1011011 | 1000010 |
Color Harmonies of #F75D59
Complementary color
Monochromatic Colors of #F75D59
Black with #F75D59
Text Example
Text Example
White with #F75D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D59; }
p { color: rgb(247,93,89); }
H1.HeaderClassName
{
color: #F75D59;
}
.AnyTagClassName
{
color: #F75D59;
}
</style>
background-color css
<style>
a { background-color: #F75D59; }
a { background-color: rgb(247,93,89); }
div.DivClassName
{
background-color: #F75D59;
}
.BgClassName
{
background-color: #F75D59;
}
</style>
border-color css
<style>
span { border-color: #F75D59; }
span { border-color: rgb(247,93,89); }
td.TdClassName
{
border-color: #F75D59;
}
.TagClassName
{
border-color: #F75D59;
}
</style>