Shades of Light Coral #F78986
Tints of Light Coral #F78986
RGB
CMYK
RGB Variations
Color information
#F78986 (or 0xF78986) is known color: Light Coral. HEX triplet: F7, 89 and 86. RGB value is (247,137,134). Sum of RGB (Red+Green+Blue) = 247+137+134=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F78986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78986 is #087679. Grayscale: #A9A9A9. Windows color (decimal): -554618 or 8817143. OLE color: 8817143.
HSL color Cylindrical-coordinate representation of color #F78986: hue angle of 1.59º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F78986 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 134 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.03 |
| HSL | 1.59º | 0.88% | 0.75% | - |
| HSV(B) | 1.59º | 0.46% | 0.97% | - |
| XYZ | 51.61 | 39.39 | 27.44 | - |
| YUV | 169.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 134 | 0 | 0.45 | 0.46 | 0.03 | 1.59 | 0.88 | 0.75 |
| Hex | F7 | 89 | 86 | 0 | 2D | 2E | 3 | 2 | 58 | 4B |
| Octal | 367 | 211 | 206 | 0 | 55 | 56 | 3 | 2 | 130 | 113 |
| Binary | 11110111 | 10001001 | 10000110 | 0 | 101101 | 101110 | 11 | 10 | 1011000 | 1001011 |
Color Harmonies of #F78986
Complementary color
Monochromatic Colors of #F78986
Black with #F78986
Text Example
Text Example
White with #F78986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78986; }
p { color: rgb(247,137,134); }
H1.HeaderClassName
{
color: #F78986;
}
.AnyTagClassName
{
color: #F78986;
}
</style>
background-color css
<style>
a { background-color: #F78986; }
a { background-color: rgb(247,137,134); }
div.DivClassName
{
background-color: #F78986;
}
.BgClassName
{
background-color: #F78986;
}
</style>
border-color css
<style>
span { border-color: #F78986; }
span { border-color: rgb(247,137,134); }
td.TdClassName
{
border-color: #F78986;
}
.TagClassName
{
border-color: #F78986;
}
</style>