Shades of Light Coral #F78686
Tints of Light Coral #F78686
RGB
CMYK
RGB Variations
Color information
#F78686 (or 0xF78686) is known color: Light Coral. HEX triplet: F7, 86 and 86. RGB value is (247,134,134). Sum of RGB (Red+Green+Blue) = 247+134+134=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F78686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78686 is #087979. Grayscale: #A7A7A7. Windows color (decimal): -555386 or 8816375. OLE color: 8816375.
HSL color Cylindrical-coordinate representation of color #F78686: hue angle of 0º 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 #F78686 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 134 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.03 |
| HSL | 0º | 0.88% | 0.75% | - |
| HSV(B) | 0º | 0.46% | 0.97% | - |
| XYZ | 51.19 | 38.55 | 27.3 | - |
| YUV | 167.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 134 | 0 | 0.46 | 0.46 | 0.03 | 0 | 0.88 | 0.75 |
| Hex | F7 | 86 | 86 | 0 | 2E | 2E | 3 | 0 | 58 | 4B |
| Octal | 367 | 206 | 206 | 0 | 56 | 56 | 3 | 0 | 130 | 113 |
| Binary | 11110111 | 10000110 | 10000110 | 0 | 101110 | 101110 | 11 | 0 | 1011000 | 1001011 |
Color Harmonies of #F78686
Complementary color
Monochromatic Colors of #F78686
Black with #F78686
Text Example
Text Example
White with #F78686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78686; }
p { color: rgb(247,134,134); }
H1.HeaderClassName
{
color: #F78686;
}
.AnyTagClassName
{
color: #F78686;
}
</style>
background-color css
<style>
a { background-color: #F78686; }
a { background-color: rgb(247,134,134); }
div.DivClassName
{
background-color: #F78686;
}
.BgClassName
{
background-color: #F78686;
}
</style>
border-color css
<style>
span { border-color: #F78686; }
span { border-color: rgb(247,134,134); }
td.TdClassName
{
border-color: #F78686;
}
.TagClassName
{
border-color: #F78686;
}
</style>