Shades of Bittersweet #FC6E6A
Tints of Bittersweet #FC6E6A
RGB
CMYK
RGB Variations
Color information
#FC6E6A (or 0xFC6E6A) is known color: Bittersweet. HEX triplet: FC, 6E and 6A. RGB value is (252,110,106). Sum of RGB (Red+Green+Blue) = 252+110+106=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E6A is #039195. Grayscale: #989898. Windows color (decimal): -233878 or 6975228. OLE color: 6975228.
HSL color Cylindrical-coordinate representation of color #FC6E6A: hue angle of 1.64º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6E6A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 106 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.01 |
| HSL | 1.64º | 0.96% | 0.7% | - |
| HSV(B) | 1.64º | 0.58% | 0.99% | - |
| XYZ | 48.32 | 32.89 | 17.44 | - |
| YUV | 152 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 106 | 0 | 0.56 | 0.58 | 0.01 | 1.64 | 0.96 | 0.7 |
| Hex | FC | 6E | 6A | 0 | 38 | 3A | 1 | 2 | 60 | 46 |
| Octal | 374 | 156 | 152 | 0 | 70 | 72 | 1 | 2 | 140 | 106 |
| Binary | 11111100 | 1101110 | 1101010 | 0 | 111000 | 111010 | 1 | 10 | 1100000 | 1000110 |
Color Harmonies of #FC6E6A
Complementary color
Monochromatic Colors of #FC6E6A
Black with #FC6E6A
Text Example
Text Example
White with #FC6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E6A; }
p { color: rgb(252,110,106); }
H1.HeaderClassName
{
color: #FC6E6A;
}
.AnyTagClassName
{
color: #FC6E6A;
}
</style>
background-color css
<style>
a { background-color: #FC6E6A; }
a { background-color: rgb(252,110,106); }
div.DivClassName
{
background-color: #FC6E6A;
}
.BgClassName
{
background-color: #FC6E6A;
}
</style>
border-color css
<style>
span { border-color: #FC6E6A; }
span { border-color: rgb(252,110,106); }
td.TdClassName
{
border-color: #FC6E6A;
}
.TagClassName
{
border-color: #FC6E6A;
}
</style>