Shades of Bittersweet #FC6959
Tints of Bittersweet #FC6959
RGB
CMYK
RGB Variations
Color information
#FC6959 (or 0xFC6959) is known color: Bittersweet. HEX triplet: FC, 69 and 59. RGB value is (252,105,89). Sum of RGB (Red+Green+Blue) = 252+105+89=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6959 is #0396A6. Grayscale: #939393. Windows color (decimal): -235175 or 5859836. OLE color: 5859836.
HSL color Cylindrical-coordinate representation of color #FC6959: hue angle of 5.89º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC6959 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 89 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.01 |
| HSL | 5.89º | 0.96% | 0.67% | - |
| HSV(B) | 5.89º | 0.65% | 0.99% | - |
| XYZ | 47 | 31.52 | 13.06 | - |
| YUV | 147.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 89 | 0 | 0.58 | 0.65 | 0.01 | 5.89 | 0.96 | 0.67 |
| Hex | FC | 69 | 59 | 0 | 3A | 41 | 1 | 6 | 60 | 43 |
| Octal | 374 | 151 | 131 | 0 | 72 | 101 | 1 | 6 | 140 | 103 |
| Binary | 11111100 | 1101001 | 1011001 | 0 | 111010 | 1000001 | 1 | 110 | 1100000 | 1000011 |
Color Harmonies of #FC6959
Complementary color
Monochromatic Colors of #FC6959
Black with #FC6959
Text Example
Text Example
White with #FC6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6959; }
p { color: rgb(252,105,89); }
H1.HeaderClassName
{
color: #FC6959;
}
.AnyTagClassName
{
color: #FC6959;
}
</style>
background-color css
<style>
a { background-color: #FC6959; }
a { background-color: rgb(252,105,89); }
div.DivClassName
{
background-color: #FC6959;
}
.BgClassName
{
background-color: #FC6959;
}
</style>
border-color css
<style>
span { border-color: #FC6959; }
span { border-color: rgb(252,105,89); }
td.TdClassName
{
border-color: #FC6959;
}
.TagClassName
{
border-color: #FC6959;
}
</style>