Shades of Light Coral #F0857C
Tints of Light Coral #F0857C
RGB
CMYK
RGB Variations
Color information
#F0857C (or 0xF0857C) is known color: Light Coral. HEX triplet: F0, 85 and 7C. RGB value is (240,133,124). Sum of RGB (Red+Green+Blue) = 240+133+124=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0857C is #0F7A83. Grayscale: #A4A4A4. Windows color (decimal): -1014404 or 8160752. OLE color: 8160752.
HSL color Cylindrical-coordinate representation of color #F0857C: hue angle of 4.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0857C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 124 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.06 |
| HSL | 4.66º | 0.79% | 0.71% | - |
| HSV(B) | 4.66º | 0.48% | 0.94% | - |
| XYZ | 47.96 | 36.76 | 23.64 | - |
| YUV | 163.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 124 | 0 | 0.45 | 0.48 | 0.06 | 4.66 | 0.79 | 0.71 |
| Hex | F0 | 85 | 7C | 0 | 2D | 30 | 6 | 5 | 4F | 47 |
| Octal | 360 | 205 | 174 | 0 | 55 | 60 | 6 | 5 | 117 | 107 |
| Binary | 11110000 | 10000101 | 1111100 | 0 | 101101 | 110000 | 110 | 101 | 1001111 | 1000111 |
Color Harmonies of #F0857C
Complementary color
Monochromatic Colors of #F0857C
Black with #F0857C
Text Example
Text Example
White with #F0857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0857C; }
p { color: rgb(240,133,124); }
H1.HeaderClassName
{
color: #F0857C;
}
.AnyTagClassName
{
color: #F0857C;
}
</style>
background-color css
<style>
a { background-color: #F0857C; }
a { background-color: rgb(240,133,124); }
div.DivClassName
{
background-color: #F0857C;
}
.BgClassName
{
background-color: #F0857C;
}
</style>
border-color css
<style>
span { border-color: #F0857C; }
span { border-color: rgb(240,133,124); }
td.TdClassName
{
border-color: #F0857C;
}
.TagClassName
{
border-color: #F0857C;
}
</style>