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