Shades of Bittersweet #FC7766
Tints of Bittersweet #FC7766
RGB
CMYK
RGB Variations
Color information
#FC7766 (or 0xFC7766) is known color: Bittersweet. HEX triplet: FC, 77 and 66. RGB value is (252,119,102). Sum of RGB (Red+Green+Blue) = 252+119+102=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7766 is #038899. Grayscale: #9D9D9D. Windows color (decimal): -231578 or 6715388. OLE color: 6715388.
HSL color Cylindrical-coordinate representation of color #FC7766: hue angle of 6.8º 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 #FC7766 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 102 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.01 |
| HSL | 6.8º | 0.96% | 0.69% | - |
| HSV(B) | 6.8º | 0.6% | 0.99% | - |
| XYZ | 49.14 | 34.85 | 16.71 | - |
| YUV | 156.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 102 | 0 | 0.53 | 0.60 | 0.01 | 6.8 | 0.96 | 0.69 |
| Hex | FC | 77 | 66 | 0 | 35 | 3C | 1 | 7 | 60 | 45 |
| Octal | 374 | 167 | 146 | 0 | 65 | 74 | 1 | 7 | 140 | 105 |
| Binary | 11111100 | 1110111 | 1100110 | 0 | 110101 | 111100 | 1 | 111 | 1100000 | 1000101 |
Color Harmonies of #FC7766
Complementary color
Monochromatic Colors of #FC7766
Black with #FC7766
Text Example
Text Example
White with #FC7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7766; }
p { color: rgb(252,119,102); }
H1.HeaderClassName
{
color: #FC7766;
}
.AnyTagClassName
{
color: #FC7766;
}
</style>
background-color css
<style>
a { background-color: #FC7766; }
a { background-color: rgb(252,119,102); }
div.DivClassName
{
background-color: #FC7766;
}
.BgClassName
{
background-color: #FC7766;
}
</style>
border-color css
<style>
span { border-color: #FC7766; }
span { border-color: rgb(252,119,102); }
td.TdClassName
{
border-color: #FC7766;
}
.TagClassName
{
border-color: #FC7766;
}
</style>