Shades of Light Coral #F58C7E
Tints of Light Coral #F58C7E
RGB
CMYK
RGB Variations
Color information
#F58C7E (or 0xF58C7E) is known color: Light Coral. HEX triplet: F5, 8C and 7E. RGB value is (245,140,126). Sum of RGB (Red+Green+Blue) = 245+140+126=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C7E is #0A7381. Grayscale: #A9A9A9. Windows color (decimal): -684930 or 8293621. OLE color: 8293621.
HSL color Cylindrical-coordinate representation of color #F58C7E: hue angle of 7.06º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F58C7E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 126 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.04 |
| HSL | 7.06º | 0.86% | 0.73% | - |
| HSV(B) | 7.06º | 0.49% | 0.96% | - |
| XYZ | 50.8 | 39.68 | 24.72 | - |
| YUV | 169.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 126 | 0 | 0.43 | 0.49 | 0.04 | 7.06 | 0.86 | 0.73 |
| Hex | F5 | 8C | 7E | 0 | 2B | 31 | 4 | 7 | 56 | 49 |
| Octal | 365 | 214 | 176 | 0 | 53 | 61 | 4 | 7 | 126 | 111 |
| Binary | 11110101 | 10001100 | 1111110 | 0 | 101011 | 110001 | 100 | 111 | 1010110 | 1001001 |
Color Harmonies of #F58C7E
Complementary color
Monochromatic Colors of #F58C7E
Black with #F58C7E
Text Example
Text Example
White with #F58C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C7E; }
p { color: rgb(245,140,126); }
H1.HeaderClassName
{
color: #F58C7E;
}
.AnyTagClassName
{
color: #F58C7E;
}
</style>
background-color css
<style>
a { background-color: #F58C7E; }
a { background-color: rgb(245,140,126); }
div.DivClassName
{
background-color: #F58C7E;
}
.BgClassName
{
background-color: #F58C7E;
}
</style>
border-color css
<style>
span { border-color: #F58C7E; }
span { border-color: rgb(245,140,126); }
td.TdClassName
{
border-color: #F58C7E;
}
.TagClassName
{
border-color: #F58C7E;
}
</style>