Shades of Bittersweet #FC6D5D
Tints of Bittersweet #FC6D5D
RGB
CMYK
RGB Variations
Color information
#FC6D5D (or 0xFC6D5D) is known color: Bittersweet. HEX triplet: FC, 6D and 5D. RGB value is (252,109,93). Sum of RGB (Red+Green+Blue) = 252+109+93=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D5D is #0392A2. Grayscale: #969696. Windows color (decimal): -234147 or 6123004. OLE color: 6123004.
HSL color Cylindrical-coordinate representation of color #FC6D5D: hue angle of 6.04º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC6D5D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 93 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.01 |
| HSL | 6.04º | 0.96% | 0.68% | - |
| HSV(B) | 6.04º | 0.63% | 0.99% | - |
| XYZ | 47.59 | 32.42 | 14.11 | - |
| YUV | 149.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 93 | 0 | 0.57 | 0.63 | 0.01 | 6.04 | 0.96 | 0.68 |
| Hex | FC | 6D | 5D | 0 | 39 | 3F | 1 | 6 | 60 | 44 |
| Octal | 374 | 155 | 135 | 0 | 71 | 77 | 1 | 6 | 140 | 104 |
| Binary | 11111100 | 1101101 | 1011101 | 0 | 111001 | 111111 | 1 | 110 | 1100000 | 1000100 |
Color Harmonies of #FC6D5D
Complementary color
Monochromatic Colors of #FC6D5D
Black with #FC6D5D
Text Example
Text Example
White with #FC6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D5D; }
p { color: rgb(252,109,93); }
H1.HeaderClassName
{
color: #FC6D5D;
}
.AnyTagClassName
{
color: #FC6D5D;
}
</style>
background-color css
<style>
a { background-color: #FC6D5D; }
a { background-color: rgb(252,109,93); }
div.DivClassName
{
background-color: #FC6D5D;
}
.BgClassName
{
background-color: #FC6D5D;
}
</style>
border-color css
<style>
span { border-color: #FC6D5D; }
span { border-color: rgb(252,109,93); }
td.TdClassName
{
border-color: #FC6D5D;
}
.TagClassName
{
border-color: #FC6D5D;
}
</style>