Shades of Bittersweet #FC6865
Tints of Bittersweet #FC6865
RGB
CMYK
RGB Variations
Color information
#FC6865 (or 0xFC6865) is known color: Bittersweet. HEX triplet: FC, 68 and 65. RGB value is (252,104,101). Sum of RGB (Red+Green+Blue) = 252+104+101=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6865 is #03979A. Grayscale: #949494. Windows color (decimal): -235419 or 6646012. OLE color: 6646012.
HSL color Cylindrical-coordinate representation of color #FC6865: hue angle of 1.19º 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 #FC6865 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 101 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.01 |
| HSL | 1.19º | 0.96% | 0.69% | - |
| HSV(B) | 1.19º | 0.6% | 0.99% | - |
| XYZ | 47.44 | 31.54 | 15.9 | - |
| YUV | 147.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 101 | 0 | 0.59 | 0.60 | 0.01 | 1.19 | 0.96 | 0.69 |
| Hex | FC | 68 | 65 | 0 | 3B | 3C | 1 | 1 | 60 | 45 |
| Octal | 374 | 150 | 145 | 0 | 73 | 74 | 1 | 1 | 140 | 105 |
| Binary | 11111100 | 1101000 | 1100101 | 0 | 111011 | 111100 | 1 | 1 | 1100000 | 1000101 |
Color Harmonies of #FC6865
Complementary color
Monochromatic Colors of #FC6865
Black with #FC6865
Text Example
Text Example
White with #FC6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6865; }
p { color: rgb(252,104,101); }
H1.HeaderClassName
{
color: #FC6865;
}
.AnyTagClassName
{
color: #FC6865;
}
</style>
background-color css
<style>
a { background-color: #FC6865; }
a { background-color: rgb(252,104,101); }
div.DivClassName
{
background-color: #FC6865;
}
.BgClassName
{
background-color: #FC6865;
}
</style>
border-color css
<style>
span { border-color: #FC6865; }
span { border-color: rgb(252,104,101); }
td.TdClassName
{
border-color: #FC6865;
}
.TagClassName
{
border-color: #FC6865;
}
</style>