Shades of Light Coral #F08680
Tints of Light Coral #F08680
RGB
CMYK
RGB Variations
Color information
#F08680 (or 0xF08680) is known color: Light Coral. HEX triplet: F0, 86 and 80. RGB value is (240,134,128). Sum of RGB (Red+Green+Blue) = 240+134+128=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F08680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08680 is #0F797F. Grayscale: #A5A5A5. Windows color (decimal): -1014144 or 8423152. OLE color: 8423152.
HSL color Cylindrical-coordinate representation of color #F08680: hue angle of 3.21º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08680 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 128 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.06 |
| HSL | 3.21º | 0.79% | 0.72% | - |
| HSV(B) | 3.21º | 0.47% | 0.94% | - |
| XYZ | 48.36 | 37.13 | 25.04 | - |
| YUV | 165.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 128 | 0 | 0.44 | 0.47 | 0.06 | 3.21 | 0.79 | 0.72 |
| Hex | F0 | 86 | 80 | 0 | 2C | 2F | 6 | 3 | 4F | 48 |
| Octal | 360 | 206 | 200 | 0 | 54 | 57 | 6 | 3 | 117 | 110 |
| Binary | 11110000 | 10000110 | 10000000 | 0 | 101100 | 101111 | 110 | 11 | 1001111 | 1001000 |
Color Harmonies of #F08680
Complementary color
Monochromatic Colors of #F08680
Black with #F08680
Text Example
Text Example
White with #F08680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08680; }
p { color: rgb(240,134,128); }
H1.HeaderClassName
{
color: #F08680;
}
.AnyTagClassName
{
color: #F08680;
}
</style>
background-color css
<style>
a { background-color: #F08680; }
a { background-color: rgb(240,134,128); }
div.DivClassName
{
background-color: #F08680;
}
.BgClassName
{
background-color: #F08680;
}
</style>
border-color css
<style>
span { border-color: #F08680; }
span { border-color: rgb(240,134,128); }
td.TdClassName
{
border-color: #F08680;
}
.TagClassName
{
border-color: #F08680;
}
</style>