Shades of Bittersweet #FC6D65
Tints of Bittersweet #FC6D65
RGB
CMYK
RGB Variations
Color information
#FC6D65 (or 0xFC6D65) is known color: Bittersweet. HEX triplet: FC, 6D and 65. RGB value is (252,109,101). Sum of RGB (Red+Green+Blue) = 252+109+101=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D65 is #03929A. Grayscale: #979797. Windows color (decimal): -234139 or 6647292. OLE color: 6647292.
HSL color Cylindrical-coordinate representation of color #FC6D65: hue angle of 3.18º 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 #FC6D65 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 101 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.01 |
| HSL | 3.18º | 0.96% | 0.69% | - |
| HSV(B) | 3.18º | 0.6% | 0.99% | - |
| XYZ | 47.96 | 32.57 | 16.07 | - |
| YUV | 150.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 101 | 0 | 0.57 | 0.60 | 0.01 | 3.18 | 0.96 | 0.69 |
| Hex | FC | 6D | 65 | 0 | 39 | 3C | 1 | 3 | 60 | 45 |
| Octal | 374 | 155 | 145 | 0 | 71 | 74 | 1 | 3 | 140 | 105 |
| Binary | 11111100 | 1101101 | 1100101 | 0 | 111001 | 111100 | 1 | 11 | 1100000 | 1000101 |
Color Harmonies of #FC6D65
Complementary color
Monochromatic Colors of #FC6D65
Black with #FC6D65
Text Example
Text Example
White with #FC6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D65; }
p { color: rgb(252,109,101); }
H1.HeaderClassName
{
color: #FC6D65;
}
.AnyTagClassName
{
color: #FC6D65;
}
</style>
background-color css
<style>
a { background-color: #FC6D65; }
a { background-color: rgb(252,109,101); }
div.DivClassName
{
background-color: #FC6D65;
}
.BgClassName
{
background-color: #FC6D65;
}
</style>
border-color css
<style>
span { border-color: #FC6D65; }
span { border-color: rgb(252,109,101); }
td.TdClassName
{
border-color: #FC6D65;
}
.TagClassName
{
border-color: #FC6D65;
}
</style>