Shades of Bittersweet #FC7B63
Tints of Bittersweet #FC7B63
RGB
CMYK
RGB Variations
Color information
#FC7B63 (or 0xFC7B63) is known color: Bittersweet. HEX triplet: FC, 7B and 63. RGB value is (252,123,99). Sum of RGB (Red+Green+Blue) = 252+123+99=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B63 is #03849C. Grayscale: #9F9F9F. Windows color (decimal): -230557 or 6519804. OLE color: 6519804.
HSL color Cylindrical-coordinate representation of color #FC7B63: hue angle of 9.41º 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 #FC7B63 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 99 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.01 |
| HSL | 9.41º | 0.96% | 0.69% | - |
| HSV(B) | 9.41º | 0.61% | 0.99% | - |
| XYZ | 49.48 | 35.76 | 16.1 | - |
| YUV | 158.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 99 | 0 | 0.51 | 0.61 | 0.01 | 9.41 | 0.96 | 0.69 |
| Hex | FC | 7B | 63 | 0 | 33 | 3D | 1 | 9 | 60 | 45 |
| Octal | 374 | 173 | 143 | 0 | 63 | 75 | 1 | 11 | 140 | 105 |
| Binary | 11111100 | 1111011 | 1100011 | 0 | 110011 | 111101 | 1 | 1001 | 1100000 | 1000101 |
Color Harmonies of #FC7B63
Complementary color
Monochromatic Colors of #FC7B63
Black with #FC7B63
Text Example
Text Example
White with #FC7B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B63; }
p { color: rgb(252,123,99); }
H1.HeaderClassName
{
color: #FC7B63;
}
.AnyTagClassName
{
color: #FC7B63;
}
</style>
background-color css
<style>
a { background-color: #FC7B63; }
a { background-color: rgb(252,123,99); }
div.DivClassName
{
background-color: #FC7B63;
}
.BgClassName
{
background-color: #FC7B63;
}
</style>
border-color css
<style>
span { border-color: #FC7B63; }
span { border-color: rgb(252,123,99); }
td.TdClassName
{
border-color: #FC7B63;
}
.TagClassName
{
border-color: #FC7B63;
}
</style>