Shades of Bittersweet #FC6D68
Tints of Bittersweet #FC6D68
RGB
CMYK
RGB Variations
Color information
#FC6D68 (or 0xFC6D68) is known color: Bittersweet. HEX triplet: FC, 6D and 68. RGB value is (252,109,104). Sum of RGB (Red+Green+Blue) = 252+109+104=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D68 is #039297. Grayscale: #979797. Windows color (decimal): -234136 or 6843900. OLE color: 6843900.
HSL color Cylindrical-coordinate representation of color #FC6D68: hue angle of 2.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6D68 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 104 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.01 |
| HSL | 2.03º | 0.96% | 0.7% | - |
| HSV(B) | 2.03º | 0.59% | 0.99% | - |
| XYZ | 48.11 | 32.63 | 16.86 | - |
| YUV | 151.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 104 | 0 | 0.57 | 0.59 | 0.01 | 2.03 | 0.96 | 0.7 |
| Hex | FC | 6D | 68 | 0 | 39 | 3B | 1 | 2 | 60 | 46 |
| Octal | 374 | 155 | 150 | 0 | 71 | 73 | 1 | 2 | 140 | 106 |
| Binary | 11111100 | 1101101 | 1101000 | 0 | 111001 | 111011 | 1 | 10 | 1100000 | 1000110 |
Color Harmonies of #FC6D68
Complementary color
Monochromatic Colors of #FC6D68
Black with #FC6D68
Text Example
Text Example
White with #FC6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D68; }
p { color: rgb(252,109,104); }
H1.HeaderClassName
{
color: #FC6D68;
}
.AnyTagClassName
{
color: #FC6D68;
}
</style>
background-color css
<style>
a { background-color: #FC6D68; }
a { background-color: rgb(252,109,104); }
div.DivClassName
{
background-color: #FC6D68;
}
.BgClassName
{
background-color: #FC6D68;
}
</style>
border-color css
<style>
span { border-color: #FC6D68; }
span { border-color: rgb(252,109,104); }
td.TdClassName
{
border-color: #FC6D68;
}
.TagClassName
{
border-color: #FC6D68;
}
</style>