Shades of Light Coral #F5857D
Tints of Light Coral #F5857D
RGB
CMYK
RGB Variations
Color information
#F5857D (or 0xF5857D) is known color: Light Coral. HEX triplet: F5, 85 and 7D. RGB value is (245,133,125). Sum of RGB (Red+Green+Blue) = 245+133+125=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5857D is #0A7A82. Grayscale: #A5A5A5. Windows color (decimal): -686723 or 8226293. OLE color: 8226293.
HSL color Cylindrical-coordinate representation of color #F5857D: hue angle of 4º 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 #F5857D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 125 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.04 |
| HSL | 4º | 0.86% | 0.73% | - |
| HSV(B) | 4º | 0.49% | 0.96% | - |
| XYZ | 49.75 | 37.67 | 24.05 | - |
| YUV | 165.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 125 | 0 | 0.46 | 0.49 | 0.04 | 4 | 0.86 | 0.73 |
| Hex | F5 | 85 | 7D | 0 | 2E | 31 | 4 | 4 | 56 | 49 |
| Octal | 365 | 205 | 175 | 0 | 56 | 61 | 4 | 4 | 126 | 111 |
| Binary | 11110101 | 10000101 | 1111101 | 0 | 101110 | 110001 | 100 | 100 | 1010110 | 1001001 |
Color Harmonies of #F5857D
Complementary color
Monochromatic Colors of #F5857D
Black with #F5857D
Text Example
Text Example
White with #F5857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5857D; }
p { color: rgb(245,133,125); }
H1.HeaderClassName
{
color: #F5857D;
}
.AnyTagClassName
{
color: #F5857D;
}
</style>
background-color css
<style>
a { background-color: #F5857D; }
a { background-color: rgb(245,133,125); }
div.DivClassName
{
background-color: #F5857D;
}
.BgClassName
{
background-color: #F5857D;
}
</style>
border-color css
<style>
span { border-color: #F5857D; }
span { border-color: rgb(245,133,125); }
td.TdClassName
{
border-color: #F5857D;
}
.TagClassName
{
border-color: #F5857D;
}
</style>