Shades of Bittersweet #FC7560
Tints of Bittersweet #FC7560
RGB
CMYK
RGB Variations
Color information
#FC7560 (or 0xFC7560) is known color: Bittersweet. HEX triplet: FC, 75 and 60. RGB value is (252,117,96). Sum of RGB (Red+Green+Blue) = 252+117+96=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7560 is #038A9F. Grayscale: #9B9B9B. Windows color (decimal): -232096 or 6321660. OLE color: 6321660.
HSL color Cylindrical-coordinate representation of color #FC7560: hue angle of 8.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC7560 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 96 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.01 |
| HSL | 8.08º | 0.96% | 0.68% | - |
| HSV(B) | 8.08º | 0.62% | 0.99% | - |
| XYZ | 48.62 | 34.26 | 15.12 | - |
| YUV | 154.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 96 | 0 | 0.54 | 0.62 | 0.01 | 8.08 | 0.96 | 0.68 |
| Hex | FC | 75 | 60 | 0 | 36 | 3E | 1 | 8 | 60 | 44 |
| Octal | 374 | 165 | 140 | 0 | 66 | 76 | 1 | 10 | 140 | 104 |
| Binary | 11111100 | 1110101 | 1100000 | 0 | 110110 | 111110 | 1 | 1000 | 1100000 | 1000100 |
Color Harmonies of #FC7560
Complementary color
Monochromatic Colors of #FC7560
Black with #FC7560
Text Example
Text Example
White with #FC7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7560; }
p { color: rgb(252,117,96); }
H1.HeaderClassName
{
color: #FC7560;
}
.AnyTagClassName
{
color: #FC7560;
}
</style>
background-color css
<style>
a { background-color: #FC7560; }
a { background-color: rgb(252,117,96); }
div.DivClassName
{
background-color: #FC7560;
}
.BgClassName
{
background-color: #FC7560;
}
</style>
border-color css
<style>
span { border-color: #FC7560; }
span { border-color: rgb(252,117,96); }
td.TdClassName
{
border-color: #FC7560;
}
.TagClassName
{
border-color: #FC7560;
}
</style>