Shades of Light Coral #F08686
Tints of Light Coral #F08686
RGB
CMYK
RGB Variations
Color information
#F08686 (or 0xF08686) is known color: Light Coral. HEX triplet: F0, 86 and 86. RGB value is (240,134,134). Sum of RGB (Red+Green+Blue) = 240+134+134=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08686 is #0F7979. Grayscale: #A5A5A5. Windows color (decimal): -1014138 or 8816368. OLE color: 8816368.
HSL color Cylindrical-coordinate representation of color #F08686: hue angle of 0º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08686 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 134 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.06 |
| HSL | 0º | 0.78% | 0.73% | - |
| HSV(B) | 0º | 0.44% | 0.94% | - |
| XYZ | 48.76 | 37.3 | 27.18 | - |
| YUV | 165.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 134 | 0 | 0.44 | 0.44 | 0.06 | 0 | 0.78 | 0.73 |
| Hex | F0 | 86 | 86 | 0 | 2C | 2C | 6 | 0 | 4E | 49 |
| Octal | 360 | 206 | 206 | 0 | 54 | 54 | 6 | 0 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10000110 | 0 | 101100 | 101100 | 110 | 0 | 1001110 | 1001001 |
Color Harmonies of #F08686
Complementary color
Monochromatic Colors of #F08686
Black with #F08686
Text Example
Text Example
White with #F08686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08686; }
p { color: rgb(240,134,134); }
H1.HeaderClassName
{
color: #F08686;
}
.AnyTagClassName
{
color: #F08686;
}
</style>
background-color css
<style>
a { background-color: #F08686; }
a { background-color: rgb(240,134,134); }
div.DivClassName
{
background-color: #F08686;
}
.BgClassName
{
background-color: #F08686;
}
</style>
border-color css
<style>
span { border-color: #F08686; }
span { border-color: rgb(240,134,134); }
td.TdClassName
{
border-color: #F08686;
}
.TagClassName
{
border-color: #F08686;
}
</style>