Shades of Bittersweet #FC7A63
Tints of Bittersweet #FC7A63
RGB
CMYK
RGB Variations
Color information
#FC7A63 (or 0xFC7A63) is known color: Bittersweet. HEX triplet: FC, 7A and 63. RGB value is (252,122,99). Sum of RGB (Red+Green+Blue) = 252+122+99=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A63 is #03859C. Grayscale: #9E9E9E. Windows color (decimal): -230813 or 6519548. OLE color: 6519548.
HSL color Cylindrical-coordinate representation of color #FC7A63: hue angle of 9.02º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC7A63 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 99 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.01 |
| HSL | 9.02º | 0.96% | 0.69% | - |
| HSV(B) | 9.02º | 0.61% | 0.99% | - |
| XYZ | 49.36 | 35.52 | 16.06 | - |
| YUV | 158.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 99 | 0 | 0.52 | 0.61 | 0.01 | 9.02 | 0.96 | 0.69 |
| Hex | FC | 7A | 63 | 0 | 34 | 3D | 1 | 9 | 60 | 45 |
| Octal | 374 | 172 | 143 | 0 | 64 | 75 | 1 | 11 | 140 | 105 |
| Binary | 11111100 | 1111010 | 1100011 | 0 | 110100 | 111101 | 1 | 1001 | 1100000 | 1000101 |
Color Harmonies of #FC7A63
Complementary color
Monochromatic Colors of #FC7A63
Black with #FC7A63
Text Example
Text Example
White with #FC7A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A63; }
p { color: rgb(252,122,99); }
H1.HeaderClassName
{
color: #FC7A63;
}
.AnyTagClassName
{
color: #FC7A63;
}
</style>
background-color css
<style>
a { background-color: #FC7A63; }
a { background-color: rgb(252,122,99); }
div.DivClassName
{
background-color: #FC7A63;
}
.BgClassName
{
background-color: #FC7A63;
}
</style>
border-color css
<style>
span { border-color: #FC7A63; }
span { border-color: rgb(252,122,99); }
td.TdClassName
{
border-color: #FC7A63;
}
.TagClassName
{
border-color: #FC7A63;
}
</style>