Shades of Light Coral #F5867C
Tints of Light Coral #F5867C
RGB
CMYK
RGB Variations
Color information
#F5867C (or 0xF5867C) is known color: Light Coral. HEX triplet: F5, 86 and 7C. RGB value is (245,134,124). Sum of RGB (Red+Green+Blue) = 245+134+124=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5867C is #0A7983. Grayscale: #A6A6A6. Windows color (decimal): -686468 or 8161013. OLE color: 8161013.
HSL color Cylindrical-coordinate representation of color #F5867C: hue angle of 4.96º 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 #F5867C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 124 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.04 |
| HSL | 4.96º | 0.86% | 0.72% | - |
| HSV(B) | 4.96º | 0.49% | 0.96% | - |
| XYZ | 49.82 | 37.92 | 23.76 | - |
| YUV | 166.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 124 | 0 | 0.45 | 0.49 | 0.04 | 4.96 | 0.86 | 0.72 |
| Hex | F5 | 86 | 7C | 0 | 2D | 31 | 4 | 5 | 56 | 48 |
| Octal | 365 | 206 | 174 | 0 | 55 | 61 | 4 | 5 | 126 | 110 |
| Binary | 11110101 | 10000110 | 1111100 | 0 | 101101 | 110001 | 100 | 101 | 1010110 | 1001000 |
Color Harmonies of #F5867C
Complementary color
Monochromatic Colors of #F5867C
Black with #F5867C
Text Example
Text Example
White with #F5867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5867C; }
p { color: rgb(245,134,124); }
H1.HeaderClassName
{
color: #F5867C;
}
.AnyTagClassName
{
color: #F5867C;
}
</style>
background-color css
<style>
a { background-color: #F5867C; }
a { background-color: rgb(245,134,124); }
div.DivClassName
{
background-color: #F5867C;
}
.BgClassName
{
background-color: #F5867C;
}
</style>
border-color css
<style>
span { border-color: #F5867C; }
span { border-color: rgb(245,134,124); }
td.TdClassName
{
border-color: #F5867C;
}
.TagClassName
{
border-color: #F5867C;
}
</style>