Shades of Light Coral #F58680
Tints of Light Coral #F58680
RGB
CMYK
RGB Variations
Color information
#F58680 (or 0xF58680) is known color: Light Coral. HEX triplet: F5, 86 and 80. RGB value is (245,134,128). Sum of RGB (Red+Green+Blue) = 245+134+128=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58680 is #0A797F. Grayscale: #A6A6A6. Windows color (decimal): -686464 or 8423157. OLE color: 8423157.
HSL color Cylindrical-coordinate representation of color #F58680: hue angle of 3.08º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58680 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 128 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.04 |
| HSL | 3.08º | 0.85% | 0.73% | - |
| HSV(B) | 3.08º | 0.48% | 0.96% | - |
| XYZ | 50.08 | 38.02 | 25.12 | - |
| YUV | 166.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 128 | 0 | 0.45 | 0.48 | 0.04 | 3.08 | 0.85 | 0.73 |
| Hex | F5 | 86 | 80 | 0 | 2D | 30 | 4 | 3 | 55 | 49 |
| Octal | 365 | 206 | 200 | 0 | 55 | 60 | 4 | 3 | 125 | 111 |
| Binary | 11110101 | 10000110 | 10000000 | 0 | 101101 | 110000 | 100 | 11 | 1010101 | 1001001 |
Color Harmonies of #F58680
Complementary color
Monochromatic Colors of #F58680
Black with #F58680
Text Example
Text Example
White with #F58680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58680; }
p { color: rgb(245,134,128); }
H1.HeaderClassName
{
color: #F58680;
}
.AnyTagClassName
{
color: #F58680;
}
</style>
background-color css
<style>
a { background-color: #F58680; }
a { background-color: rgb(245,134,128); }
div.DivClassName
{
background-color: #F58680;
}
.BgClassName
{
background-color: #F58680;
}
</style>
border-color css
<style>
span { border-color: #F58680; }
span { border-color: rgb(245,134,128); }
td.TdClassName
{
border-color: #F58680;
}
.TagClassName
{
border-color: #F58680;
}
</style>