Shades of Bittersweet #F95C59
Tints of Bittersweet #F95C59
RGB
CMYK
RGB Variations
Color information
#F95C59 (or 0xF95C59) is known color: Bittersweet. HEX triplet: F9, 5C and 59. RGB value is (249,92,89). Sum of RGB (Red+Green+Blue) = 249+92+89=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C59 is #06A3A6. Grayscale: #8A8A8A. Windows color (decimal): -435111 or 5856505. OLE color: 5856505.
HSL color Cylindrical-coordinate representation of color #F95C59: hue angle of 1.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95C59 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 89 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.02 |
| HSL | 1.13º | 0.93% | 0.66% | - |
| HSV(B) | 1.13º | 0.64% | 0.98% | - |
| XYZ | 44.7 | 28.52 | 12.6 | - |
| YUV | 138.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 89 | 0 | 0.63 | 0.64 | 0.02 | 1.13 | 0.93 | 0.66 |
| Hex | F9 | 5C | 59 | 0 | 3F | 40 | 2 | 1 | 5D | 42 |
| Octal | 371 | 134 | 131 | 0 | 77 | 100 | 2 | 1 | 135 | 102 |
| Binary | 11111001 | 1011100 | 1011001 | 0 | 111111 | 1000000 | 10 | 1 | 1011101 | 1000010 |
Color Harmonies of #F95C59
Complementary color
Monochromatic Colors of #F95C59
Black with #F95C59
Text Example
Text Example
White with #F95C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C59; }
p { color: rgb(249,92,89); }
H1.HeaderClassName
{
color: #F95C59;
}
.AnyTagClassName
{
color: #F95C59;
}
</style>
background-color css
<style>
a { background-color: #F95C59; }
a { background-color: rgb(249,92,89); }
div.DivClassName
{
background-color: #F95C59;
}
.BgClassName
{
background-color: #F95C59;
}
</style>
border-color css
<style>
span { border-color: #F95C59; }
span { border-color: rgb(249,92,89); }
td.TdClassName
{
border-color: #F95C59;
}
.TagClassName
{
border-color: #F95C59;
}
</style>