Shades of Bittersweet #FC7C60
Tints of Bittersweet #FC7C60
RGB
CMYK
RGB Variations
Color information
#FC7C60 (or 0xFC7C60) is known color: Bittersweet. HEX triplet: FC, 7C and 60. RGB value is (252,124,96). Sum of RGB (Red+Green+Blue) = 252+124+96=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C60 is #03839F. Grayscale: #9F9F9F. Windows color (decimal): -230304 or 6323452. OLE color: 6323452.
HSL color Cylindrical-coordinate representation of color #FC7C60: hue angle of 10.77º 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 #FC7C60 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 96 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.01 |
| HSL | 10.77º | 0.96% | 0.68% | - |
| HSV(B) | 10.77º | 0.62% | 0.99% | - |
| XYZ | 49.46 | 35.96 | 15.4 | - |
| YUV | 159.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 96 | 0 | 0.51 | 0.62 | 0.01 | 10.77 | 0.96 | 0.68 |
| Hex | FC | 7C | 60 | 0 | 33 | 3E | 1 | B | 60 | 44 |
| Octal | 374 | 174 | 140 | 0 | 63 | 76 | 1 | 13 | 140 | 104 |
| Binary | 11111100 | 1111100 | 1100000 | 0 | 110011 | 111110 | 1 | 1011 | 1100000 | 1000100 |
Color Harmonies of #FC7C60
Complementary color
Monochromatic Colors of #FC7C60
Black with #FC7C60
Text Example
Text Example
White with #FC7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C60; }
p { color: rgb(252,124,96); }
H1.HeaderClassName
{
color: #FC7C60;
}
.AnyTagClassName
{
color: #FC7C60;
}
</style>
background-color css
<style>
a { background-color: #FC7C60; }
a { background-color: rgb(252,124,96); }
div.DivClassName
{
background-color: #FC7C60;
}
.BgClassName
{
background-color: #FC7C60;
}
</style>
border-color css
<style>
span { border-color: #FC7C60; }
span { border-color: rgb(252,124,96); }
td.TdClassName
{
border-color: #FC7C60;
}
.TagClassName
{
border-color: #FC7C60;
}
</style>