Shades of Bittersweet #FC716C
Tints of Bittersweet #FC716C
RGB
CMYK
RGB Variations
Color information
#FC716C (or 0xFC716C) is known color: Bittersweet. HEX triplet: FC, 71 and 6C. RGB value is (252,113,108). Sum of RGB (Red+Green+Blue) = 252+113+108=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC716C is #038E93. Grayscale: #9A9A9A. Windows color (decimal): -233108 or 7107068. OLE color: 7107068.
HSL color Cylindrical-coordinate representation of color #FC716C: hue angle of 2.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC716C is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 108 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.01 |
| HSL | 2.08º | 0.96% | 0.71% | - |
| HSV(B) | 2.08º | 0.57% | 0.99% | - |
| XYZ | 48.76 | 33.59 | 18.1 | - |
| YUV | 153.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 108 | 0 | 0.55 | 0.57 | 0.01 | 2.08 | 0.96 | 0.71 |
| Hex | FC | 71 | 6C | 0 | 37 | 39 | 1 | 2 | 60 | 47 |
| Octal | 374 | 161 | 154 | 0 | 67 | 71 | 1 | 2 | 140 | 107 |
| Binary | 11111100 | 1110001 | 1101100 | 0 | 110111 | 111001 | 1 | 10 | 1100000 | 1000111 |
Color Harmonies of #FC716C
Complementary color
Monochromatic Colors of #FC716C
Black with #FC716C
Text Example
Text Example
White with #FC716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC716C; }
p { color: rgb(252,113,108); }
H1.HeaderClassName
{
color: #FC716C;
}
.AnyTagClassName
{
color: #FC716C;
}
</style>
background-color css
<style>
a { background-color: #FC716C; }
a { background-color: rgb(252,113,108); }
div.DivClassName
{
background-color: #FC716C;
}
.BgClassName
{
background-color: #FC716C;
}
</style>
border-color css
<style>
span { border-color: #FC716C; }
span { border-color: rgb(252,113,108); }
td.TdClassName
{
border-color: #FC716C;
}
.TagClassName
{
border-color: #FC716C;
}
</style>