Shades of Bittersweet #FC6D66
Tints of Bittersweet #FC6D66
RGB
CMYK
RGB Variations
Color information
#FC6D66 (or 0xFC6D66) is known color: Bittersweet. HEX triplet: FC, 6D and 66. RGB value is (252,109,102). Sum of RGB (Red+Green+Blue) = 252+109+102=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D66 is #039299. Grayscale: #979797. Windows color (decimal): -234138 or 6712828. OLE color: 6712828.
HSL color Cylindrical-coordinate representation of color #FC6D66: hue angle of 2.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6D66 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 102 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.01 |
| HSL | 2.8º | 0.96% | 0.69% | - |
| HSV(B) | 2.8º | 0.6% | 0.99% | - |
| XYZ | 48.01 | 32.59 | 16.33 | - |
| YUV | 150.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 102 | 0 | 0.57 | 0.60 | 0.01 | 2.8 | 0.96 | 0.69 |
| Hex | FC | 6D | 66 | 0 | 39 | 3C | 1 | 3 | 60 | 45 |
| Octal | 374 | 155 | 146 | 0 | 71 | 74 | 1 | 3 | 140 | 105 |
| Binary | 11111100 | 1101101 | 1100110 | 0 | 111001 | 111100 | 1 | 11 | 1100000 | 1000101 |
Color Harmonies of #FC6D66
Complementary color
Monochromatic Colors of #FC6D66
Black with #FC6D66
Text Example
Text Example
White with #FC6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D66; }
p { color: rgb(252,109,102); }
H1.HeaderClassName
{
color: #FC6D66;
}
.AnyTagClassName
{
color: #FC6D66;
}
</style>
background-color css
<style>
a { background-color: #FC6D66; }
a { background-color: rgb(252,109,102); }
div.DivClassName
{
background-color: #FC6D66;
}
.BgClassName
{
background-color: #FC6D66;
}
</style>
border-color css
<style>
span { border-color: #FC6D66; }
span { border-color: rgb(252,109,102); }
td.TdClassName
{
border-color: #FC6D66;
}
.TagClassName
{
border-color: #FC6D66;
}
</style>