Shades of Bittersweet #FC6D6D
Tints of Bittersweet #FC6D6D
RGB
CMYK
RGB Variations
Color information
#FC6D6D (or 0xFC6D6D) is known color: Bittersweet. HEX triplet: FC, 6D and 6D. RGB value is (252,109,109). Sum of RGB (Red+Green+Blue) = 252+109+109=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D6D is #039292. Grayscale: #979797. Windows color (decimal): -234131 or 7171580. OLE color: 7171580.
HSL color Cylindrical-coordinate representation of color #FC6D6D: hue angle of 0º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6D6D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 109 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.01 |
| HSL | 0º | 0.96% | 0.71% | - |
| HSV(B) | 0º | 0.57% | 0.99% | - |
| XYZ | 48.37 | 32.74 | 18.24 | - |
| YUV | 151.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 109 | 0 | 0.57 | 0.57 | 0.01 | 0 | 0.96 | 0.71 |
| Hex | FC | 6D | 6D | 0 | 39 | 39 | 1 | 0 | 60 | 47 |
| Octal | 374 | 155 | 155 | 0 | 71 | 71 | 1 | 0 | 140 | 107 |
| Binary | 11111100 | 1101101 | 1101101 | 0 | 111001 | 111001 | 1 | 0 | 1100000 | 1000111 |
Color Harmonies of #FC6D6D
Complementary color
Monochromatic Colors of #FC6D6D
Black with #FC6D6D
Text Example
Text Example
White with #FC6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D6D; }
p { color: rgb(252,109,109); }
H1.HeaderClassName
{
color: #FC6D6D;
}
.AnyTagClassName
{
color: #FC6D6D;
}
</style>
background-color css
<style>
a { background-color: #FC6D6D; }
a { background-color: rgb(252,109,109); }
div.DivClassName
{
background-color: #FC6D6D;
}
.BgClassName
{
background-color: #FC6D6D;
}
</style>
border-color css
<style>
span { border-color: #FC6D6D; }
span { border-color: rgb(252,109,109); }
td.TdClassName
{
border-color: #FC6D6D;
}
.TagClassName
{
border-color: #FC6D6D;
}
</style>