Shades of Light Coral #F58B7F
Tints of Light Coral #F58B7F
RGB
CMYK
RGB Variations
Color information
#F58B7F (or 0xF58B7F) is known color: Light Coral. HEX triplet: F5, 8B and 7F. RGB value is (245,139,127). Sum of RGB (Red+Green+Blue) = 245+139+127=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B7F is #0A7480. Grayscale: #A9A9A9. Windows color (decimal): -685185 or 8358901. OLE color: 8358901.
HSL color Cylindrical-coordinate representation of color #F58B7F: hue angle of 6.1º degrees, saturation: 0.86, 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 #F58B7F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 127 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.04 |
| HSL | 6.1º | 0.86% | 0.73% | - |
| HSV(B) | 6.1º | 0.48% | 0.96% | - |
| XYZ | 50.72 | 39.41 | 25.01 | - |
| YUV | 169.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 127 | 0 | 0.43 | 0.48 | 0.04 | 6.1 | 0.86 | 0.73 |
| Hex | F5 | 8B | 7F | 0 | 2B | 30 | 4 | 6 | 56 | 49 |
| Octal | 365 | 213 | 177 | 0 | 53 | 60 | 4 | 6 | 126 | 111 |
| Binary | 11110101 | 10001011 | 1111111 | 0 | 101011 | 110000 | 100 | 110 | 1010110 | 1001001 |
Color Harmonies of #F58B7F
Complementary color
Monochromatic Colors of #F58B7F
Black with #F58B7F
Text Example
Text Example
White with #F58B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B7F; }
p { color: rgb(245,139,127); }
H1.HeaderClassName
{
color: #F58B7F;
}
.AnyTagClassName
{
color: #F58B7F;
}
</style>
background-color css
<style>
a { background-color: #F58B7F; }
a { background-color: rgb(245,139,127); }
div.DivClassName
{
background-color: #F58B7F;
}
.BgClassName
{
background-color: #F58B7F;
}
</style>
border-color css
<style>
span { border-color: #F58B7F; }
span { border-color: rgb(245,139,127); }
td.TdClassName
{
border-color: #F58B7F;
}
.TagClassName
{
border-color: #F58B7F;
}
</style>