Shades of Bittersweet #FC6863
Tints of Bittersweet #FC6863
RGB
CMYK
RGB Variations
Color information
#FC6863 (or 0xFC6863) is known color: Bittersweet. HEX triplet: FC, 68 and 63. RGB value is (252,104,99). Sum of RGB (Red+Green+Blue) = 252+104+99=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6863 is #03979C. Grayscale: #939393. Windows color (decimal): -235421 or 6514940. OLE color: 6514940.
HSL color Cylindrical-coordinate representation of color #FC6863: hue angle of 1.96º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6863 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 99 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.01 |
| HSL | 1.96º | 0.96% | 0.69% | - |
| HSV(B) | 1.96º | 0.61% | 0.99% | - |
| XYZ | 47.35 | 31.5 | 15.39 | - |
| YUV | 147.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 99 | 0 | 0.59 | 0.61 | 0.01 | 1.96 | 0.96 | 0.69 |
| Hex | FC | 68 | 63 | 0 | 3B | 3D | 1 | 2 | 60 | 45 |
| Octal | 374 | 150 | 143 | 0 | 73 | 75 | 1 | 2 | 140 | 105 |
| Binary | 11111100 | 1101000 | 1100011 | 0 | 111011 | 111101 | 1 | 10 | 1100000 | 1000101 |
Color Harmonies of #FC6863
Complementary color
Monochromatic Colors of #FC6863
Black with #FC6863
Text Example
Text Example
White with #FC6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6863; }
p { color: rgb(252,104,99); }
H1.HeaderClassName
{
color: #FC6863;
}
.AnyTagClassName
{
color: #FC6863;
}
</style>
background-color css
<style>
a { background-color: #FC6863; }
a { background-color: rgb(252,104,99); }
div.DivClassName
{
background-color: #FC6863;
}
.BgClassName
{
background-color: #FC6863;
}
</style>
border-color css
<style>
span { border-color: #FC6863; }
span { border-color: rgb(252,104,99); }
td.TdClassName
{
border-color: #FC6863;
}
.TagClassName
{
border-color: #FC6863;
}
</style>