Shades of Bittersweet #FC7768
Tints of Bittersweet #FC7768
RGB
CMYK
RGB Variations
Color information
#FC7768 (or 0xFC7768) is known color: Bittersweet. HEX triplet: FC, 77 and 68. RGB value is (252,119,104). Sum of RGB (Red+Green+Blue) = 252+119+104=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7768 is #038897. Grayscale: #9D9D9D. Windows color (decimal): -231576 or 6846460. OLE color: 6846460.
HSL color Cylindrical-coordinate representation of color #FC7768: hue angle of 6.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC7768 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 104 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.01 |
| HSL | 6.08º | 0.96% | 0.7% | - |
| HSV(B) | 6.08º | 0.59% | 0.99% | - |
| XYZ | 49.24 | 34.89 | 17.24 | - |
| YUV | 157.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 104 | 0 | 0.53 | 0.59 | 0.01 | 6.08 | 0.96 | 0.7 |
| Hex | FC | 77 | 68 | 0 | 35 | 3B | 1 | 6 | 60 | 46 |
| Octal | 374 | 167 | 150 | 0 | 65 | 73 | 1 | 6 | 140 | 106 |
| Binary | 11111100 | 1110111 | 1101000 | 0 | 110101 | 111011 | 1 | 110 | 1100000 | 1000110 |
Color Harmonies of #FC7768
Complementary color
Monochromatic Colors of #FC7768
Black with #FC7768
Text Example
Text Example
White with #FC7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7768; }
p { color: rgb(252,119,104); }
H1.HeaderClassName
{
color: #FC7768;
}
.AnyTagClassName
{
color: #FC7768;
}
</style>
background-color css
<style>
a { background-color: #FC7768; }
a { background-color: rgb(252,119,104); }
div.DivClassName
{
background-color: #FC7768;
}
.BgClassName
{
background-color: #FC7768;
}
</style>
border-color css
<style>
span { border-color: #FC7768; }
span { border-color: rgb(252,119,104); }
td.TdClassName
{
border-color: #FC7768;
}
.TagClassName
{
border-color: #FC7768;
}
</style>