Shades of Bittersweet #FC6E5E
Tints of Bittersweet #FC6E5E
RGB
CMYK
RGB Variations
Color information
#FC6E5E (or 0xFC6E5E) is known color: Bittersweet. HEX triplet: FC, 6E and 5E. RGB value is (252,110,94). Sum of RGB (Red+Green+Blue) = 252+110+94=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E5E is #0391A1. Grayscale: #969696. Windows color (decimal): -233890 or 6188796. OLE color: 6188796.
HSL color Cylindrical-coordinate representation of color #FC6E5E: hue angle of 6.08º 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 #FC6E5E is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 94 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.01 |
| HSL | 6.08º | 0.96% | 0.68% | - |
| HSV(B) | 6.08º | 0.63% | 0.99% | - |
| XYZ | 47.74 | 32.66 | 14.38 | - |
| YUV | 150.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 94 | 0 | 0.56 | 0.63 | 0.01 | 6.08 | 0.96 | 0.68 |
| Hex | FC | 6E | 5E | 0 | 38 | 3F | 1 | 6 | 60 | 44 |
| Octal | 374 | 156 | 136 | 0 | 70 | 77 | 1 | 6 | 140 | 104 |
| Binary | 11111100 | 1101110 | 1011110 | 0 | 111000 | 111111 | 1 | 110 | 1100000 | 1000100 |
Color Harmonies of #FC6E5E
Complementary color
Monochromatic Colors of #FC6E5E
Black with #FC6E5E
Text Example
Text Example
White with #FC6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E5E; }
p { color: rgb(252,110,94); }
H1.HeaderClassName
{
color: #FC6E5E;
}
.AnyTagClassName
{
color: #FC6E5E;
}
</style>
background-color css
<style>
a { background-color: #FC6E5E; }
a { background-color: rgb(252,110,94); }
div.DivClassName
{
background-color: #FC6E5E;
}
.BgClassName
{
background-color: #FC6E5E;
}
</style>
border-color css
<style>
span { border-color: #FC6E5E; }
span { border-color: rgb(252,110,94); }
td.TdClassName
{
border-color: #FC6E5E;
}
.TagClassName
{
border-color: #FC6E5E;
}
</style>