Shades of Bittersweet #FC736B
Tints of Bittersweet #FC736B
RGB
CMYK
RGB Variations
Color information
#FC736B (or 0xFC736B) is known color: Bittersweet. HEX triplet: FC, 73 and 6B. RGB value is (252,115,107). Sum of RGB (Red+Green+Blue) = 252+115+107=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC736B is #038C94. Grayscale: #9B9B9B. Windows color (decimal): -232597 or 7042044. OLE color: 7042044.
HSL color Cylindrical-coordinate representation of color #FC736B: hue angle of 3.31º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC736B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 107 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.01 |
| HSL | 3.31º | 0.96% | 0.7% | - |
| HSV(B) | 3.31º | 0.58% | 0.99% | - |
| XYZ | 48.93 | 34.02 | 17.9 | - |
| YUV | 155.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 107 | 0 | 0.54 | 0.58 | 0.01 | 3.31 | 0.96 | 0.7 |
| Hex | FC | 73 | 6B | 0 | 36 | 3A | 1 | 3 | 60 | 46 |
| Octal | 374 | 163 | 153 | 0 | 66 | 72 | 1 | 3 | 140 | 106 |
| Binary | 11111100 | 1110011 | 1101011 | 0 | 110110 | 111010 | 1 | 11 | 1100000 | 1000110 |
Color Harmonies of #FC736B
Complementary color
Monochromatic Colors of #FC736B
Black with #FC736B
Text Example
Text Example
White with #FC736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC736B; }
p { color: rgb(252,115,107); }
H1.HeaderClassName
{
color: #FC736B;
}
.AnyTagClassName
{
color: #FC736B;
}
</style>
background-color css
<style>
a { background-color: #FC736B; }
a { background-color: rgb(252,115,107); }
div.DivClassName
{
background-color: #FC736B;
}
.BgClassName
{
background-color: #FC736B;
}
</style>
border-color css
<style>
span { border-color: #FC736B; }
span { border-color: rgb(252,115,107); }
td.TdClassName
{
border-color: #FC736B;
}
.TagClassName
{
border-color: #FC736B;
}
</style>