Shades of Light Coral #F5837C
Tints of Light Coral #F5837C
RGB
CMYK
RGB Variations
Color information
#F5837C (or 0xF5837C) is known color: Light Coral. HEX triplet: F5, 83 and 7C. RGB value is (245,131,124). Sum of RGB (Red+Green+Blue) = 245+131+124=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5837C is #0A7C83. Grayscale: #A4A4A4. Windows color (decimal): -687236 or 8160245. OLE color: 8160245.
HSL color Cylindrical-coordinate representation of color #F5837C: hue angle of 3.47º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5837C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 124 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.04 |
| HSL | 3.47º | 0.86% | 0.72% | - |
| HSV(B) | 3.47º | 0.49% | 0.96% | - |
| XYZ | 49.41 | 37.1 | 23.63 | - |
| YUV | 164.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 124 | 0 | 0.47 | 0.49 | 0.04 | 3.47 | 0.86 | 0.72 |
| Hex | F5 | 83 | 7C | 0 | 2F | 31 | 4 | 3 | 56 | 48 |
| Octal | 365 | 203 | 174 | 0 | 57 | 61 | 4 | 3 | 126 | 110 |
| Binary | 11110101 | 10000011 | 1111100 | 0 | 101111 | 110001 | 100 | 11 | 1010110 | 1001000 |
Color Harmonies of #F5837C
Complementary color
Monochromatic Colors of #F5837C
Black with #F5837C
Text Example
Text Example
White with #F5837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5837C; }
p { color: rgb(245,131,124); }
H1.HeaderClassName
{
color: #F5837C;
}
.AnyTagClassName
{
color: #F5837C;
}
</style>
background-color css
<style>
a { background-color: #F5837C; }
a { background-color: rgb(245,131,124); }
div.DivClassName
{
background-color: #F5837C;
}
.BgClassName
{
background-color: #F5837C;
}
</style>
border-color css
<style>
span { border-color: #F5837C; }
span { border-color: rgb(245,131,124); }
td.TdClassName
{
border-color: #F5837C;
}
.TagClassName
{
border-color: #F5837C;
}
</style>